RowCount property: Rowset class
Description
This property returns the total number of rows in the rowset. It includes deleted rows. (The ActiveRowCount property doesn’t include deleted rows.)
This property is read-only.
Example
&tmp = &ROWSET.RowCount;