/
HotXLS dokumentacija
Turinys
Pradžia
Apžvalga
TGridToXLS
IXLSWorkbook
Pradžia
Turinys
Apžvalga
Savybė Items
Accesses a specific shape by its 0-based index
Sintaksė
property
Items[Index: Integer]: TXLSShape; default;
Pavyzdys
This example accesses the first shape using the default indexer
Shape := Workbook.Sheets[1].Shapes[0];