BBjStandardGrid::getHiddenColumns
Description
In BBj 19.10 and higher, this method returns a BBjVector of the indices of the currently hidden columns in the grid or the specified range of columns.
Note: This method only works in GUI, and is not available in BUI.
Syntax
Return Value |
Method |
BBjVector |
getHiddenColumns() |
BBjVector |
getHiddenColumns(int p_startColumn, int p_endColumn) |
Parameters
Variable |
Description |
p_startColumn |
The first column of a range. |
p_endColumn |
The last column of a range. |
Return Value
A BBjVector of the indices of hidden grid columns.
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.