HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
WorksheetName property
Specifies the name of new Worksheet. Read/write String.
Syntax
property
WorksheetName
: String;
Example
This example sets the name of new Worksheet to 'Countries'.
GridToXLS1.WorksheetName :=
'Countries'
;