WdCompareTarget Enumeration
Specifies the target document for displaying document comparison differences.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdCompareTarget
'Usage
Dim instance As WdCompareTarget
public enum WdCompareTarget
Members
Member name | Description | |
---|---|---|
wdCompareTargetSelected | Places comparison differences in the target document. | |
wdCompareTargetCurrent | Places comparison differences in the current document. Default. | |
wdCompareTargetNew | Places comparison differences in a new document. |