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

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

    Parameters

    row
    Row index.
    colName
    Column name.

    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