BBjStandardGrid::isColumnHidden
Description
In BBj 19.10 and higher, this method returns a boolean indicating whether a specified column is hidden.
Note: This method only works in GUI, and is not available in BUI.
Syntax
Return Value |
Method |
boolean |
isColumnHidden(int p_column) |
Parameters
Variable |
Description |
p_column |
The index of the specified column. |
Return Value
A boolean indicating whether the column is hidden (0 = Not hidden, 1 = Hidden).
Remarks
This method is not available in BUI.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.