Excel.RangeHyperlink interface
Represents the necessary strings to get/set a hyperlink (XHL) object.
Remarks
[Api set: ExcelApi 1.7]
Properties
| address | Represents the URL target for the hyperlink. |
| document |
Represents the document reference target for the hyperlink. |
| screen |
Represents the string displayed when hovering over the hyperlink. |
| text |
Represents the string that is displayed in the top left most cell in the range. |
Property Details
address
Represents the URL target for the hyperlink.
address?: string;
Property Value
string
Remarks
[Api set: ExcelApi 1.7]
documentReference
Represents the document reference target for the hyperlink.
documentReference?: string;
Property Value
string
Remarks
[Api set: ExcelApi 1.7]
screenTip
Represents the string displayed when hovering over the hyperlink.
screenTip?: string;
Property Value
string
Remarks
[Api set: ExcelApi 1.7]
textToDisplay
Represents the string that is displayed in the top left most cell in the range.
textToDisplay?: string;
Property Value
string
Remarks
[Api set: ExcelApi 1.7]