FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / Select Method / Select(GridCellRange,Boolean,Boolean) Method

In This Topic
    Select(GridCellRange,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal range As C1.WPF.Grid.GridCellRange, _
       ByVal scrollIntoView As Boolean, _
       Optional ByVal hideSelectionAdorners As Boolean _
    ) 
    public void Select( 
       C1.WPF.Grid.GridCellRange range,
       bool scrollIntoView,
       bool hideSelectionAdorners
    )

    Parameters

    range
    scrollIntoView
    hideSelectionAdorners
    See Also