HotXLS 文档

Delete 方法

Deletes the sheet from the Workbook

语法

procedure Delete;
procedure Delete(lcid: Integer);
lcid Integer. The locale ID

示例

This example deletes the last Worksheet from the Workbook

Workbook.Sheets[Workbook.Sheets.Count].Delete;