MsoHyperlinkType Enum

Definition

Specifies the type of hyperlink.

public enum class MsoHyperlinkType
public enum MsoHyperlinkType
type MsoHyperlinkType = 
Public Enum MsoHyperlinkType
Inheritance
MsoHyperlinkType

Fields

msoHyperlinkInlineShape 2

Hyperlink applies to an inline shape. Used only with Microsoft Word.

msoHyperlinkRange 0

Hyperlink applies to a Range object.

msoHyperlinkShape 1

Hyperlink applies to a Shape object.

Applies to