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