HotXLS dokumentacija

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;