HotXLS-dokumentaatio

Name ominaisuus

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

Syntaksi

property Name: WideString;

Esimerkki

This example sets the name of the first sheet

Workbook.Sheets[1].Name := 'FirstSheet';