FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / Select Method / Select(CellRange,Boolean) Method
CellRange to select.
Whether to scroll the new selection into view.

In This Topic
    Select(CellRange,Boolean) Method
    In This Topic
    Selects a given cell and optionally scrolls it into view.
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal rng As CellRange, _
       ByVal scrollIntoView As Boolean _
    ) 
    public void Select( 
       CellRange rng,
       bool scrollIntoView
    )

    Parameters

    rng
    CellRange to select.
    scrollIntoView
    Whether to scroll the new selection into view.
    See Also