Share via


MsoHyperlinkType Enumeration 

Specifies the type of hyperlink.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoHyperlinkType1 As MsoHyperlinkType = MsoHyperlinkType.msoHyperlinkInlineShape

Syntax

Public Enum MsoHyperlinkType
public enum MsoHyperlinkType
public enum class MsoHyperlinkType
public enum MsoHyperlinkType
public enum MsoHyperlinkType

Members

Member name Description
msoHyperlinkInlineShape Hyperlink applies to an inline shape. Used only with Microsoft Word.
msoHyperlinkRange Hyperlink applies to a Range object.
msoHyperlinkShape Hyperlink applies to a Shape object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace