Docs HotXLS
Sommaire
Accueil
Aperçu
TGridToXLS
IXLSWorkbook
Accueil
Sommaire
Aperçu
WorksheetName-property
Spécifie the name of new Worksheet. Read/write String
Syntaxe
property
WorksheetName: String;
Exemple
This example sets the name of new Worksheet to 'Orders'
DataToXLS1.WorksheetName :=
'Orders'
;