HotXLS dokumentacija
Turinys
Pradžia
Apžvalga
TGridToXLS
IXLSWorkbook
Pradžia
Turinys
Apžvalga
Delete metodas
Deletes the sheet from the Workbook
Sintaksė
procedure
Delete;
procedure
Delete(lcid: Integer);
lcid
Integer. The locale ID
Pavyzdys
This example deletes the last Worksheet from the Workbook
Workbook.Sheets[Workbook.Sheets.Count].Delete;