HotXLS ドキュメント

Delete メソッド

ワークブックからシートを削除します

構文

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

使用例

This example deletes the last Worksheet from the Workbook

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