/
HotXLS-dokumentation
Innehåll
Startsida
Översikt
TGridToXLS
IXLSWorkbook
Startsida
Innehåll
Översikt
Egenskap Items
Accesses a specific shape by its 0-based index
Syntax
property
Items[Index: Integer]: TXLSShape; default;
Exempel
This example accesses the first shape using the default indexer
Shape := Workbook.Sheets[1].Shapes[0];