NativeExcel suite v1.x

Address property

Returns or sets the address of the target document. Read/write WideString.

Syntax

property Address: WideString;

Example

This example changes the address of the first hyperlink on worksheet one.
Workbook.Sheets[1].Hyperlinks[1].Address := 'http://www.nika-soft.com';
Copyright © NikaSoft 2004-2007