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