/
HotXLS dokumentáció

Items tulajdonság

Hozzáfér egy adott alakzathoz annak 0-alapú indexe alapján

Szintaxis

property Items[Index: Integer]: TXLSShape; default;

Példa

This example accesses the first shape using the default indexer


Shape := Workbook.Sheets[1].Shapes[0];