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

In This Topic
    SetData(Int32,String,Object,Boolean) 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, _
       ByVal coerce As System.Boolean _
    ) As System.Boolean
    public virtual System.bool SetData( 
       System.int row,
       System.string colName,
       System.object value,
       System.bool coerce
    )

    Parameters

    row
    colName
    value
    coerce
    See Also