TcxGridBandRows.Count Property
Specifies the number of rows in the current row collection.
Declaration
property Count: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
The Count property specifies the number of rows in the current TcxGridBandRows collection. To access a particular row, see the Items property. Rows that are currently visible can also be retrieved via the VisibleItems array.
See Also