HotXLS Docs

Delete method

Deletes the specified hyperlink.

Syntax

procedure Delete;

Example

This example deletes the first hyperlink from Worksheet one.

Workbook.Sheet[1].Heperlinks[1].Delete;