HotXLS Delphi Excel Read Write Library / Component Developers Guide loslab Inc.

Hyperlinks property

Returns a IXLSHyperlinks collection that represents the hyperlinks for the specified Worksheet. Read only IXLSHyperlinks.

Syntax

Example

This example changes ScreenTip of hyperlink one on Worksheet one.

Workbook.Sheets[1].Hyperlinks[1].ScreenTip := 'First hyperlink on Worksheet';
This example deletes hyperlinks from Worksheet one.

Workbook.Sheets[1].Hyperlinks.Delete;
Copyright©2007-2019 loslab.com