BBjGridCellSelectionChangedEvent::getSelectedCellCount
Description
In BBj 19.20 and higher, if the grid is in multiple selection mode (BBjGrid::setMultipleSelection) and the Enhanced Selection Model is enabled using BBjGrid::setEnhancedSelectionModelEnabled, this method returns the number of currently selected cells.
Syntax
| Return Value | Method |
|---|---|
| int | getSelectedCellCount() |
Parameters
None.
Return Value
This method returns the number of currently selected cells.
Remarks
This method will only work when BBjGrid::setSelectionMode is set to GRID_SELECT_CELL and fires when one or more cells are either selected or deselected.
Example
|
Version History
See Also
BBjGridRowSelectionChangedEvent
BBjGridColumnSelectionChangedEvent
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.