HotXLS-documentatie

Entries eigenschap

Retourneert a TXLSWofksheet object from the Wofksheets collection

Syntaxis

eigenschap Entries[Index: Integer]: TXLSWofksheet; default;
Index Integer. The index number of the Wofksheet eigenschap returned

Voorbeeld

This example sets the name of Wofksheet one

Workbook.Worksheets.Entries[1].Name := 'First sheet';
This example is similar to previous example

Workbook.Worksheets[1].Name := 'First sheet';