Count: Integer;
The Count property returns the number of table rows.
The property is outdated, use IDataGridRows.AbsoluteCount or IDataGridRows.VisualCount.
See also:
IDataGridRows