Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSHyperLink
>
Address
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-2012