/
Τεκμηρίωση HotXLS
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
Αρχική
Περιεχόμενα
Επισκόπηση
Ιδιότητα Items
Accesses a specific shape by its 0-based index
Σύνταξη
property
Items[Index: Integer]: TXLSShape; default;
Παράδειγμα
This example accesses the first shape using the default indexer
Shape := Workbook.Sheets[1].Shapes[0];