BBjGridCell::setSelected
Description
In BBj 18.00 and higher, this method sets the selected value in the BBjGridCell.
Syntax
| Return Value | Method |
|---|---|
|
void |
setSelected(boolean selected) |
Parameters
| Parameter | Description |
|---|---|
|
selected |
Boolean selected value for the BBjGridCell. |
Return Value
None.
Remarks
True (1) sets cell value to selected.
False (0) deselects cell value.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.