HotXLS Docs

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';