TdxSpreadSheetTableItemGroup.Count Property
In This Article
Returns the number of table item groups nested within the current table item group.
#Declaration
Delphi
property Count: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to identify the range of valid indexes for the Items property.
See Also