HotXLS Docs

TextToDisplay property

Returns or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. Read/write WideString.

Syntax

property TextToDisplay: WideString;

Example

This example sets the text to be displayed for the first hyperlink on Worksheet one.

Workbook.Sheets[1].Hyperlinks[1].TextToDisplay := 'loslab Home Page';