FlexGrid for WinForms | ComponentOne
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.

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