HotXLS Delphi Excel Read Write Library / Component Developers Guide loslab Inc.

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©2007-2019 loslab.com