WdMergeSubType Enumeration 

Specifies the data source to be attached to the current document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdMergeSubType1 As WdMergeSubType = WdMergeSubType.wdMergeSubTypeAccess

Syntax

Public Enum WdMergeSubType
public enum WdMergeSubType
public enum class WdMergeSubType
public enum WdMergeSubType
public enum WdMergeSubType

Members

Member name Description
wdMergeSubTypeAccess Microsoft Access.
wdMergeSubTypeOAL Office Address List.
wdMergeSubTypeOLEDBText OLE database.
wdMergeSubTypeOLEDBWord OLE database.
wdMergeSubTypeOther Other type of data source.
wdMergeSubTypeOutlook Microsoft Outlook.
wdMergeSubTypeWord Microsoft Word.
wdMergeSubTypeWord2000 Microsoft Word 2000.
wdMergeSubTypeWorks Microsoft Works.

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