MsoHyperlinkType Enumeration
Specifies the type of hyperlink.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoHyperlinkType
'Usage
Dim instance As MsoHyperlinkType
public enum MsoHyperlinkType
Members
Member name | Description | |
---|---|---|
msoHyperlinkRange | Hyperlink applies to a Range object. | |
msoHyperlinkShape | Hyperlink applies to a Shape object. | |
msoHyperlinkInlineShape | Hyperlink applies to an inline shape. Used only with Microsoft Word. |