WdLinkType Enumeration
Specifies the type of link.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdLinkType
'Usage
Dim instance As WdLinkType
public enum WdLinkType
Members
Member name | Description | |
---|---|---|
wdLinkTypeOLE | OLE object. | |
wdLinkTypePicture | Picture. | |
wdLinkTypeText | Text. | |
wdLinkTypeReference | Reference library. | |
wdLinkTypeInclude | Include file. | |
wdLinkTypeImport | Import file. | |
wdLinkTypeDDE | Dynamic Data Exchange. | |
wdLinkTypeDDEAuto | DDE automatic. | |
wdLinkTypeChart | Microsoft Excel chart. |