Back to Devexpress

TdxSpreadSheetTableItemGroups.Count Property

vcl-dxspreadsheetcore-dot-tdxspreadsheettableitemgroups-225a85c7.md

latest1.0 KB
Original Source

TdxSpreadSheetTableItemGroups.Count Property

Returns the number of table item groups at the current root node.

Declaration

delphi
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

TdxSpreadSheetTableItemGroup.Count

TdxSpreadSheetTableItemGroups Class

TdxSpreadSheetTableItemGroups Members

dxSpreadSheetCore Unit