FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / GetUserData Method / GetUserData(Int32,Int32) Method
Row index.
Column index.

In This Topic
    GetUserData(Int32,Int32) Method
    In This Topic
    Gets user data associated with a cell.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetUserData( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Object
    public virtual object GetUserData( 
       int row,
       int col
    )

    Parameters

    row
    Row index.
    col
    Column index.

    Return Value

    Object associated with the cell.
    Remarks
    The user data is not used internally by the grid. It is reserved for additional data that you may want to associate with a cell.
    See Also