Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableItemGroup.Items Property

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

#Declaration

Delphi
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