BBjGridCell::setData
Description
In BBj 18.00 and higher, this method sets the BBjGridCell data.
Syntax
| Return Value | Method |
|---|---|
|
void |
setData(string cellText, string cellRelated) |
Parameters
| Parameter | 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
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.