BBjStandardGrid::unhideRows
Description
In BBj 19.10 and higher, this method will unhide all hidden rows in the grid, in the specified BBjVector of row indices, or in a range of rows. If none of the specified rows are hidden, the method will do nothing.
Note: This method only works in GUI, and is not available in BUI.
Syntax
Return Value |
Method |
void |
unhideRows() |
void |
unhideRows(BBjVector p_rows) |
void |
unhideRows(int p_startRow, int p_endRow) |
Parameters
Variable |
Description |
p_rows |
A vector of row indices. |
p_startRow |
The first row of a range. |
p_endRow |
The last row of a range. |
Return Value
None.
Remarks
This function is not available in BUI.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.