HotXLS Belgeleri
İçindekiler
Ana sayfa
Genel bakış
TGridToXLS
IXLSWorkbook
Ana sayfa
İçindekiler
Genel bakış
Delete yöntem
Deletes the sheet from the Workbook
Sözdizimi
procedure Delete;
procedure Delete(lcid: Integer);
lcid
Integer. The locale ID
Örnek
This example deletes the last Worksheet from the Workbook
Workbook.Sheets[Workbook.Sheets.Count].Delete;
Copyright © 2010-2026 losLab Software