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

In This Topic
    Select(Int32,Int32,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       Optional ByVal scrollIntoView As Boolean, _
       Optional ByVal hideSelectionAdorners As Boolean _
    ) 
    public void Select( 
       int row,
       int column,
       bool scrollIntoView,
       bool hideSelectionAdorners
    )

    Parameters

    row
    column
    scrollIntoView
    hideSelectionAdorners
    See Also