Retrieves the number of visible rows in the grid's current scroll position.
public int getVisibleRows()
Returns the number of rows that are at least partially displayed in the grid's current scroll position.
WFCInvalidArgumentException thrown if the DataGrid control is not bound.
To retrieve the approximate number of rows in the entire grid, call getApproxRowCount.
See Also getVisibleColumns