NativeExcel suite v1.x

Entries property

Returns a IXLSWorkSheet object from the WorkSheets collection.

Syntax

property Entries[Index: Integer]: IXLSWorkSheet; default;
IndexInteger. 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