WdLinkType Enumeration 

Specifies the type of link.

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

Usage

Dim wdLinkType1 As WdLinkType = WdLinkType.wdLinkTypeDDE

Syntax

Public Enum WdLinkType
public enum WdLinkType
public enum class WdLinkType
public enum WdLinkType
public enum WdLinkType

Members

Member name Description
wdLinkTypeDDE Dynamic Data Exchange.
wdLinkTypeDDEAuto DDE automatic.
wdLinkTypeImport Import file.
wdLinkTypeInclude Include file.
wdLinkTypeOLE OLE object.
wdLinkTypePicture Picture.
wdLinkTypeReference Reference library.
wdLinkTypeText Text.

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