NativeExcel suite v2.x

Delete method

Deletes all hyperlinks from a IXLSHyperlinks collection.

Syntax

procedure Delete;

Example

This example deletes all hyperlinks from worksheet one.
Workbook.Sheets[1].Hyperlinks.Delete;
This example deletes all hyperlinks from range A1:C5.
Workbook.Sheets[1].Range['A1','C5'].Hyperlinks.Delete;
Copyright © NikaSoft 2004-2011