TdxSpreadSheetTableItemGroup.Level Property
Returns the nesting level of the current table item group.
Declaration
property Level: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use this property to identify the position of the current column or row group in the hierarchy. If the Level property returns 0, the group is located at the table item group root node.
The maximum value of the Level property is one less than the dxSpreadSheetMaxOutlineLevel global constant value.
See Also