BBjGrid::getVisibleColumnCount
In BBj 19.0 and higher, BBjGrid::getVisibleColumnCount is deprecated and replaced by BBjGrid::getVisibleColumns and BBjGrid::getMaxVisibleColumns.
Description
In BBj 15.0 and higher, this method returns the number of columns that are currently visible in the BBjGrid.
Syntax
Return Value |
Method |
int |
getVisibleColumnCount() |
Parameters
None.
Return Value
Returns the number of columns in the grid that are currently visible.
Example
|
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.