WdMergeTarget Enumeration 

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)

Usage

Dim wdMergeTarget1 As WdMergeTarget = WdMergeTarget.wdMergeTargetCurrent

Syntax

Public Enum WdMergeTarget
public enum WdMergeTarget
public enum class WdMergeTarget
public enum WdMergeTarget
public enum WdMergeTarget

Members

Member name Description
wdMergeTargetCurrent Merge into current document.
wdMergeTargetNew Merge into new document.
wdMergeTargetSelected Merge into selected 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace