MsoHyperlinkType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of hyperlink.
public enum class MsoHyperlinkType
public enum MsoHyperlinkType
type MsoHyperlinkType =
Public Enum MsoHyperlinkType
- Inheritance
-
MsoHyperlinkType
Fields
Name | Value | Description |
---|---|---|
msoHyperlinkRange | 0 | Hyperlink applies to a Range object. |
msoHyperlinkShape | 1 | Hyperlink applies to a Shape object. |
msoHyperlinkInlineShape | 2 | Hyperlink applies to an inline shape. Used only with Microsoft Word. |