BBjGrid::getSelectedCells
Description
In BBj 15.00 and higher, this method returns a BBjVector containing the selected cells in a grid. If the grid is in multiple selection mode (BBjGrid::setMultipleSelection), then the BBjVector may contain multiple cells.
Syntax
Return Value |
Method |
getSelectedCells() |
Parameters
None.
Return Value
The BBjVector returned contains zero or more BBjGridCell indicating the currently selected cells.
Remarks
This method only works in Enhanced Selection Mode.
Example
|
See Also
BBjGrid::isEnhancedSelectionModelEnabled
BBjGrid::setEnhancedSelectionModelEnabled
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.