ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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