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

In This Topic
    SetData(Int32,String,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function SetData( _
       ByVal row As System.Integer, _
       ByVal colName As System.String, _
       ByVal value As System.Object _
    ) As System.Boolean
    public virtual System.bool SetData( 
       System.int row,
       System.string colName,
       System.object value
    )

    Parameters

    row
    colName
    value
    See Also