ComponentOne FlexGrid for WinForms
Select(CellRange) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > Select Method : Select(CellRange) Method
CellRange that specifies the cells that will be selected.
Selects a range of cells and scrolls it into view.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal rg As CellRange _
) 
public void Select( 
   CellRange rg
)

Parameters

rg
CellRange that specifies the cells that will be selected.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List