TdxSpreadSheetTableItemGroups.Count Property
Returns the number of table item groups at the current root node.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use this property to obtain the number of column or row groups created at the root node. The Count property is particularly useful for identifying the range of valid indexes for the Items property.
See Also