/
HotXLS-dokumentasjon
Innhold
Hjem
Oversikt
TGridToXLS
IXLSWorkbook
Hjem
Innhold
Oversikt
Egenskap Items
Accesses a specific shape by its 0-based index
Syntaks
property
Items[Index: Integer]: TXLSShape; default;
Eksempel
This example accesses the first shape using the default indexer
Shape := Workbook.Sheets[1].Shapes[0];