NativeExcel suite v2.x

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 := 'NikaSoft Home Page';
Copyright © NikaSoft 2004-2012