BBjGrid::setSelectedRows
Description
In BBj 12.00 and higher, this method selects multiple rows in the BBjGrid.
Syntax
Return Value |
Method |
void |
setSelectedRows(BBjVector selection!) |
Parameters
Variable |
Description |
selection! |
Specifies a vector of 0-based rows. |
Return Value
None.
Remarks
This method is a no-op if getMultipleSelection() returns false.
If selection mode is by row, then the whole row is selected. If selection mode is by column or cell, then the row at the current column is selected.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.