ComponentOne FlexGrid for WinForms
Select(CellRange,Boolean) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > Select Method : Select(CellRange,Boolean) Method
CellRange that specifies the cells that will be selected.
Whether to scroll the new selection into view.
Selects a range of cells.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal rg As CellRange, _
   ByVal show As Boolean _
) 
public void Select( 
   CellRange rg,
   bool show
)

Parameters

rg
CellRange that specifies the cells that will be selected.
show
Whether to scroll the new selection into view.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List