/
Dokumentácia HotXLS

Vlastnosť Items

Prístup ku konkrétnemu tvaru pomocou indexu začínajúceho od 0

Syntax

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

Príklad

This example accesses the first shape using the default indexer


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