Skip to main content
A newer version of this page is available. .

TdxSpreadSheetMergedCellList.Items Property

Provides zero-based indexed access to individual merged cell objects within the collection.

Declaration

property Items[Index: Integer]: TdxSpreadSheetMergedCell read; default;

Property Value

Type
TdxSpreadSheetMergedCell

Remarks

This property returns a merged cell object whose index is passed as the Index parameter. Indexes are assigned to cell objects according to the order of their creation, i.e., the items created earlier have lower Index values.

To track the total number of items within the merged cell collection, use the Count property.

See Also