Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the target for a Compare and Merge Documents process.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdMergeTarget
'Usage
Dim instance As WdMergeTarget
public enum WdMergeTarget
Members
| Member name | Description | |
|---|---|---|
| wdMergeTargetSelected | Merge into selected document. | |
| wdMergeTargetCurrent | Merge into current document. | |
| wdMergeTargetNew | Merge into new document. |
Remarks
Used with the Merge method of the Document object. Each member of the enumeration corresponds to a choice in the Merge drop-down list in the Compare and Merge Documents dialog box.