WdMergeTarget 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 for a Compare and Merge Documents process.
public enum class WdMergeTarget
[System.Runtime.InteropServices.Guid("577F8B82-4D9C-3461-9045-C379319A9185")]
public enum WdMergeTarget
type WdMergeTarget =
Public Enum WdMergeTarget
- Inheritance
-
WdMergeTarget
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdMergeTargetSelected | 0 | Merge into selected document. |
wdMergeTargetCurrent | 1 | Merge into current document. |
wdMergeTargetNew | 2 | 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.