BBjGrid::setLeftColumn
Description
In BBj 8.00 and higher, this method sets a column in the BBjGrid to be the left-most visible column.
Syntax
| Return Value | Method |
|---|---|
|
void |
setLeftColumn(int column) |
Parameters
| Parameter | Description |
|---|---|
|
column |
Specifies the 0-based column. |
Return Value
None.
Remarks
Scrolls the BBjGrid to ensure that the specified column is the left-most visible column.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.