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