NativeExcel suite v1.x

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 © NikaSoft 2004-2011