Skip to main content

TdxSpreadSheetTableItemGroup.Items Property

Provides zero-based indexed access to individual child table item groups nested within the current table item group (node).

Declaration

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

Property Value

Type
TdxSpreadSheetTableItemGroup

Remarks

The Index parameter specifies the index of a child table item group nested within the current column or row group. The total number of table item groups nested within the current table item group can be obtained from the Count property.

If there is no nested table item group at the specified position, the Items property returns nil.

Note

The Items propertiy allows you to access only table item groups whose Level property value is higher than 0. To access the groups hosted at the table item group root node, use its Items property instead.

See Also