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

Hyperlinks egenskap

Returnerar a IXLSHyperlinks collection that represents the hyperlinks for the specified range. Read only IXLSHyperlinks

Syntax

property Hyperlinks: IXLSHyperlinks;

Exempel

This example changes ScreenTip of hyperlink one on the cell A5
Workbook.Worksheets[1].Range['A5', 'A5'].Hyperlinks[1].ScreenTip := 'New ScreenTip'; This example deletes hyperlinks from range A1:F5
Workbook.Worksheets[1].Range['A1', 'F5'].Hyperlinks.Delete; Copyright © 2010-2026 losLab Software