ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Select Method / Select(Int32,Int32,Int32,Int32,Boolean) Method
New value for the C1.Win.C1FlexGrid.C1FlexGridBase.Row property.
New value for the C1.Win.C1FlexGrid.C1FlexGridBase.Col property.
New value for the C1.Win.C1FlexGrid.C1FlexGridBase.RowSel property.
New value for the C1.Win.C1FlexGrid.C1FlexGridBase.ColSel property.
Whether to scroll the new selection into view.

In This Topic
    Select(Int32,Int32,Int32,Int32,Boolean) Method
    In This Topic
    Selects a range of cells.
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal rowSel As Integer, _
       ByVal colSel As Integer, _
       ByVal show As Boolean _
    ) 
    public void Select( 
       int row,
       int col,
       int rowSel,
       int colSel,
       bool show
    )

    Parameters

    row
    New value for the C1.Win.C1FlexGrid.C1FlexGridBase.Row property.
    col
    New value for the C1.Win.C1FlexGrid.C1FlexGridBase.Col property.
    rowSel
    New value for the C1.Win.C1FlexGrid.C1FlexGridBase.RowSel property.
    colSel
    New value for the C1.Win.C1FlexGrid.C1FlexGridBase.ColSel property.
    show
    Whether to scroll the new selection into view.
    Remarks
    See Also