FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / SelectedRow Method

In This Topic
    SelectedRow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function SelectedRow( _
       ByVal index As Integer _
    ) As Integer
    public int SelectedRow( 
       int index
    )

    Parameters

    index
    See Also