Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / SetUserData Method / SetUserData(Int32,Int32,Object) Method

In This Topic
    SetUserData(Int32,Int32,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub SetUserData( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer, _
       ByVal data As System.Object _
    ) 
    public virtual void SetUserData( 
       System.int row,
       System.int col,
       System.object data
    )

    Parameters

    row
    col
    data
    See Also