FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / Select Method / Select(CellRange) Method
CellRange that specifies the cells that will be selected.

In This Topic
    Select(CellRange) Method
    In This Topic
    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