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

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

    Parameters

    row
    See Also