HotXLS-dokumentaatio
Sisältö
Etusivu
Yleiskatsaus
TGridToXLS
IXLSWorkbook
Etusivu
Sisältö
Yleiskatsaus
Delete metodi
Deletes the sheet from the Workbook
Syntaksi
procedure Delete;
procedure Delete(lcid: Integer);
lcid
Integer. The locale ID
Esimerkki
This example deletes the last Worksheet from the Workbook
Workbook.Sheets[Workbook.Sheets.Count].Delete;
Copyright © 2010-2026 losLab Software