Hyperlink

Encapsulates the object that represents a hyperlink.

Properties

NameTypeDescription
AddressStringRepresents the address of a hyperlink.
TextToDisplayStringRepresents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
AreaCellAreaGets the range of hyperlink.
ScreenTipStringReturns or sets the ScreenTip text for the specified hyperlink.
LinkTypeNumberGets the link type. The value of the property is TargetModeType integer constant.

Methods

NameDescription
deleteDeletes this hyperlink

Hyperlink.Address property

Represents the address of a hyperlink.

Type: String

Hyperlink.TextToDisplay property

Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.

Type: String

Hyperlink.Area property

Gets the range of hyperlink.

Type: CellArea

Hyperlink.ScreenTip property

Returns or sets the ScreenTip text for the specified hyperlink.

Type: String

Hyperlink.LinkType property

Gets the link type. The value of the property is TargetModeType integer constant.

Type: Number

delete()

Deletes this hyperlink