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