BBjGrid::getMaxVisibleRows
Description
In BBj 19.00 and higher, this method returns the maximum number of rows that will fit inside the visible viewing area of the BBjGrid.
Syntax
Return Value |
Method |
int |
getMaxVisibleRows() |
Parameters
None.
Return Value
Returns the maximum number of rows that will fit inside the visible viewing area of the grid, as an integer.
Remarks
This function, together with BBjGrid::getVisibleRows, is a replacement for the deprecated function BBjGrid::getVisibleRowCount.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.