BBjGridSelectCellEvent::getSelectedCellCount
Description
In BBj 19.20 and higher, this method returns the number of cells that are selected by the user if the grid is in multiple selection mode (BBjGrid::setMultipleSelection) and the Enhanced Selection Model is enabled using BBjGrid::setEnhancedSelectionModelEnabled.
Syntax
Return Value | Method |
---|---|
int | getSelectedCellCount() |
Parameters
None.
Return Value
Returns the number of currently selected cells.
Remarks
This method will only work when BBjGrid::setSelectionMode is set to GRID_SELECT_CELL and will only fire when one or more cells are selected.