BBjGrid::isSelected
Description
In BBj 19.00 and higher, this method returns whether a specific grid cell is selected.
Syntax
Return Value |
Method |
boolean |
isSelected(BBjGridCell p_cell) |
boolean |
isSelected(int p_row, int p_column) |
Parameters
Variable |
Description |
p_cell |
Specifies the BBjGridCell. |
p_row |
Specifies the 0-based row of the cell to test for selection. |
p_column |
Specifies the 0-based column of the cell to test for selection. |
Return Value
True indicates that the grid cell is selected.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.