HotXLS-dokumentation
Innehåll
Startsida
Översikt
TGridToXLS
IXLSWorkbook
Startsida
Innehåll
Översikt
Delete metod
Deletes the sheet from the Workbook
Syntax
procedure Delete;
procedure Delete(lcid: Integer);
lcid
Integer. The locale ID
Exempel
This example deletes the last Worksheet from the Workbook
Workbook.Sheets[Workbook.Sheets.Count].Delete;
Copyright © 2010-2026 losLab Software