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