ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / Select Method / Select(Int32,Int32) Method
Index of the row that contains the selected cell.
Index of the column that contains the selected cell.

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

    Parameters

    row
    Index of the row that contains the selected cell.
    col
    Index of the column that contains the selected cell.
    See Also