BBjGrid::makeCell
Description
In BBj 15.00 and higher, this method creates a new BBjGridCell.
Syntax
| Return Value | Method |
|---|---|
|
makeCell(int row, int col) |
Parameters
| Parameter | Description |
|---|---|
|
row |
Specifies the 0-based row in the BBjGrid. |
|
col |
Specifies the 0-based column in the BBjGrid. |
Return Value
Returns a BBjGridCell of the specified row and column in a BBjGrid.
Example
|
See Also
BBjGrid::setEnhancedSelectionModelEnabled
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.