Select(CellRange,Boolean) Method
In This Topic
Selects a range of cells.
Syntax
'Declaration
Public Overloads Sub Select( _
ByVal As CellRange, _
ByVal As Boolean _
)
public void Select(
CellRange ,
bool
)
Parameters
- rg
- C1.Win.C1FlexGrid.CellRange that specifies the cells that will be selected.
- show
- Whether to scroll the new selection into view.
See Also