Purpose
Returns the count of the visible data rows
Class
Type
Method
Syntax
<oBrowser>:GetCountOfVisibleRows(<nFirstRecNo>) Æ iRowCount
Arguments
| <nFirstRecNo> | The number of the data row to begin the count of remaining rows from. | 
| Data Type: | Integer | Float | 
Return Value
| iRowCount | The number of visible data rows. | 
| Data Type: | Integer | 
Description
bBrowser:GetCountOfVisibleRows() returns one row more than are actually fully visible. The reason for this is simply that the browser height is rarely an exact multiple of the row height.
Page url: http://www.YOURSERVER.com/index.html?bbrowser_getcountofvisiblerows.htm