Products
|
Download
|
Order
|
Contact us
|
Photo restoration
NativeExcel suite v1.x
Reference
>
IXLSHyperLinks
>
Item
Item property
Returns a single hyperlink from a
IXLSHyperlinks
collection.
Syntax
property
Item[Index: integer]:
IXLSHyperlink
;
Index
Required integer. The index number of the IXLSHyperlink object.
Example
The following example changes ScreenTip of hyperlink one on cell C5.
Workbook.Sheets[
1
].Range[
'C5'
,
'C5'
].Hyperlinks[
1
].ScreenTip :=
'NativeExcel'
;
Copyright © NikaSoft 2004-2007