To set or get the row count.
The Rows property can be used to let the DataGrid ReQuery and specify the number of rows in the result.
The DataGrid is not refreshed after the Rows method is executed.
Use the Refresh method or LockDrawing mechanism after the Rows property if you want to force a redraw.
See also:
The ReQuery method.