HotXLS-dokumentation Innehåll Startsida Översikt TGridToXLS IXLSWorkbook Startsida Innehåll Översikt

Item egenskap

Returnerar a single hyperlink from a IXLSHyperlinks collection

Syntax

property Item[Index: Integer]: IXLSHyperlink; Index Required Integer. The index number of the IXLSHyperlink object

Exempel

The following example changes ScreenTip of hyperlink one on cell C5
Workbook.Sheets[1].Range['C5','C5'].Hyperlinks[1].ScreenTip := 'lxHandle'; Copyright © 2010-2026 losLab Software