BBjGrid::setRowVisible
Description
Scrolls the BBjGrid, if necessary, to ensure that the specified row appears within the visible area.
Syntax
| Return Value | Method |
|---|---|
|
void |
setRowVisible(int row) |
Parameters
| Parameter | Description |
|---|---|
|
row |
Specifies the 0-based row. |
Return Value
None.
Remarks
This method does not unhide hidden rows. To unhide a row, use BBjStandardGrid::unhideRow.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.