Docs HotXLS
Sommaire
Accueil
Aperçu
TGridToXLS
IXLSWorkbook
Accueil
Sommaire
Aperçu
Item-property
Renvoie a single hyperlink from a
IXLSHyperlinks
collection
Syntaxe
property
Item[Index: Integer]:
IXLSHyperlink
;
Index
Required Integer. The index number of the IXLSHyperlink object
Exemple
L'exemple suivant changes ScreenTip of hyperlink one on cell C5
Workbook.Sheets[
1
].Range[
'C5'
,
'C5'
].Hyperlinks[
1
].ScreenTip :=
'lxHandle'
;