Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSWorksheets
>
Entries
Entries property
Returns a
IXLSWorkSheet
object from the
WorkSheets
collection.
Syntax
property
Entries[Index: Integer]:
IXLSWorkSheet
;
default
;
Index
Integer. The index number of the worksheet property returned.
Example
This example sets the name of worksheet one.
WorkBook.WorkSheets.Entries[
1
].Name :=
'First sheet'
;
This example is similar to previous example.
WorkBook.WorkSheets[
1
].Name :=
'First sheet'
;
Copyright © NikaSoft 2004-2012