ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / SetUserData Method / SetUserData(Int32,String,Object) Method

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

    Parameters

    row
    colName
    data
    See Also