BBjGrid::getVisibleRows
Description
In BBj 19.00 and higher, this function returns the current number of visible rows in the BBjGrid.
Syntax
Return Value | Method |
---|---|
int | getVisibleRows() |
Parameters
None.
Return Value
Returns the number of currently visible rows as an integer.
Remarks
This function, together with BBjGrid::getMaxVisibleRows, 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.