NativeExcel suite v2.x

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'.
Dataset2Excel1.WorksheetName := 'Orders';
Copyright © NikaSoft 2004-2011