HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
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 :=
'lxHandle'
;