BBjStandardGrid::setCellRelated
Description
Sets the "related" text that is associated with a cell in the BBjStandardGrid.
Syntax
|
Return Value |
Method |
|
void |
setCellRelated(int row, int column, string text) |
|
void |
setCellRelated(int startRow, int startCol, BBjVector strings!) |
Parameters
|
Variable |
Description |
|
row |
Specifies the 0-based row. |
|
column |
Specifies the 0-based column. |
|
text |
Specifies the text. |
|
startRow |
Specifies the 0-based start row. |
|
startCol |
Specifies the 0-based start column. |
|
strings! |
Specifies the vector that contains the text for the cells. |
Return Value
None.
Remarks
The related string is not displayed.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.