Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSWorksheet
>
Name
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-2011