توثيق 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;