BBjGrid::setCell
Description
In BBj 18.00 and higher, this method sets the BBjGridCell data to the grid. The default data contained within the BBjGridCell will not get updated to the grid. Only the changed user specific data within the BBjGridCell will be updated to the grid.
Syntax
Return Value |
Method |
void |
setCell(BBjGridCell p_cell) |
Parameters
Variable |
Description |
The BBjGridCell of a specific cell to change. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.