HotXLS-dokumentation
Indhold
Startside
Oversigt
TGridToXLS
IXLSWorkbook
Startside
Indhold
Oversigt
Delete metode
Deletes the sheet from the Workbook
Syntaks
procedure Delete;
procedure Delete(lcid: Integer);
lcid
Integer. The locale ID
Eksempel
This example deletes the last Worksheet from the Workbook
Workbook.Sheets[Workbook.Sheets.Count].Delete;
Copyright © 2010-2026 losLab Software