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.Index Property

Returns the zero-based index of the current table item group within its parent node.

#Declaration

Delphi
property Index: Integer read;

#Property Value

Type
Integer

#Remarks

Use this property value to identify and address the column or row group within its parent node. If the parent node is another table item group, you can address the current group by using the Items property. If the parent is a table item group root node, use its Items property to address the current table item group. Zero-based indexes of the column and row groups reflect the order of their creation, i.e., newer groups always have higher index values compared to the ones created earlier.

See Also