HotXLS Docs

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 'Orders'.

DataToXLS1.WorksheetName := 'Orders';