BBjStandardGrid::unhideRow
Description
In BBj 19.10 and higher, this method will unhide the specified row. If the specified row is not hidden, the method will do nothing.
Note: This method only works in GUI, and is not available in BUI.
Syntax
| Return Value | Method | 
| void | unhideRow(int p_row) | 
Parameters
| Variable | Description | 
| p_row | The index of the specified row. | 
Return Value
None.
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.