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

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

    Parameters

    row
    See Also