WdCompareTarget Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the target document for displaying document comparison differences.
public enum class WdCompareTarget
[System.Runtime.InteropServices.Guid("86A89091-D6FC-3A6F-A172-7776C718E362")]
public enum WdCompareTarget
type WdCompareTarget =
Public Enum WdCompareTarget
- Inheritance
-
WdCompareTarget
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdCompareTargetSelected | 0 | Places comparison differences in the target document. |
wdCompareTargetCurrent | 1 | Places comparison differences in the current document. Default. |
wdCompareTargetNew | 2 | Places comparison differences in a new document. |