/
Dokumentacija HotXLS
Sadržaj
Početna
Pregled
TGridToXLS
IXLSWorkbook
Početna
Sadržaj
Pregled
Svojstvo Items
Accesses a specific shape by its 0-based index
Sintaksa
property
Items[Index: Integer]: TXLSShape; default;
Primjer
This example accesses the first shape using the default indexer
Shape := Workbook.Sheets[1].Shapes[0];