ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Select Method / Select(Int32,Int32,Int32,Int32) Method

In This Topic
    Select(Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal rowSel As Integer, _
       ByVal colSel As Integer _
    ) 
    public void Select( 
       int row,
       int col,
       int rowSel,
       int colSel
    )

    Parameters

    row
    col
    rowSel
    colSel
    See Also