Hyperlink
Contents
[
Hide
]Hyperlink class
Encapsulates the object that represents a hyperlink.
Properties
| Name | Type | Description |
|---|---|---|
| Address | String | Represents the address of a hyperlink. |
| TextToDisplay | String | Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. |
| Area | CellArea | Gets the range of hyperlink. |
| ScreenTip | String | Returns or sets the ScreenTip text for the specified hyperlink. |
| LinkType | Number | Gets the link type. The value of the property is TargetModeType integer constant. |
Methods
| Name | Description |
|---|---|
| delete | Deletes 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