Skip to main content

TdxSpreadSheetTableItemGroup.Index Property

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

Declaration

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