RowCount
- Last UpdatedNov 17, 2021
- 1 minute read
The RowCount property is a read-only property that returns the total number of rows in the record set that is returned.
Syntax
Result= aaHistClientActiveDataGrid.RowCount;
Return Value
The return value is an integer that specifies the number of rows in the record set.
Remarks
The default value is 0.