HotXLS 文档
目录
首页
概览
TGridToXLS
IXLSWorkbook
首页
目录
概览
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;