ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Select Method / Select(Int32,Int32) Method
New value for the C1.Win.C1FlexGrid.C1FlexGridBase.Row property.
New value for the C1.Win.C1FlexGrid.C1FlexGridBase.Col property.

In This Topic
    Select(Int32,Int32) Method
    In This Topic
    Selects a cell and scrolls it into view.
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) 
    public void Select( 
       int row,
       int col
    )

    Parameters

    row
    New value for the C1.Win.C1FlexGrid.C1FlexGridBase.Row property.
    col
    New value for the C1.Win.C1FlexGrid.C1FlexGridBase.Col property.
    Remarks
    See Also