HotXLS-dokumentation
Innehåll
Startsida
Översikt
TGridToXLS
IXLSWorkbook
Startsida
Innehåll
Översikt
Delete metod
Deletes all hyperlinks from a IXLSHyperlinks collection
Syntax
procedure Delete;
Exempel
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 © 2010-2026 losLab Software