NativeExcel suite v2.x

Name property

Returns or sets the name of the Worksheet. Read/write WideString.

Syntax

property Name: WideString;

Example

This example sets the name of the first sheet.
Workbook.Sheets[1].Name := 'FirstSheet';
Copyright © NikaSoft 2004-2010