BBjGrid::getCell
Description
In BBj 18.00 and higher, this method returns the BBjGridCell data of the grid cell. The data returned is a snapshot of the current state of the grid only and does not get updated if anything changes within the BBjGrid.
Syntax
| Return Value | Method |
|---|---|
| BBjGridCell | getCell(int row, int column) |
Parameters
| Parameter | Description |
|---|---|
| row | The row of a specific cell. |
| col | The column of a specific cell. |
Return Value
Returns the BBjGridCell snapshot data.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.