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