BBjGridCell::setData
Description
In BBj 18.0 and higher, this method sets the BBjGridCell data.
Syntax
Return Value |
Method |
void |
setData(String p_cellText, String p_cellRelated) |
Parameters
Variable |
Description |
cellText |
Sets the grid cell text. |
cellRelated |
Sets the grid cell related value. |
Return Value
None.
Remarks
See BBjStandardGrid::setCellText and BBjStandardGrid::setCellRelated for additional information.
Example
|
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.