Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSWorksheet
>
Delete
Delete method
Deletes the sheet from the workbook.
Syntax
procedure
Delete;
procedure
Delete(lcid: integer);
lcid
Integer. The locale ID.
Example
This example deletes the last worksheet from the workbook.
Workbook.Sheets[Workbook.Sheets.Count].Delete;
Copyright © NikaSoft 2004-2010