Edit

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.

documentReference

Represents the document reference target for the hyperlink.

screenTip

Represents the string displayed when hovering over the hyperlink.

textToDisplay

Represents the string that is displayed in the top left most cell in the range.

Property Details

Represents the URL target for the hyperlink.

address?: string;

Property Value

string

Remarks

[Api set: ExcelApi 1.7]

Represents the document reference target for the hyperlink.

documentReference?: string;

Property Value

string

Remarks

[Api set: ExcelApi 1.7]

Represents the string displayed when hovering over the hyperlink.

screenTip?: string;

Property Value

string

Remarks

[Api set: ExcelApi 1.7]

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]