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