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

In This Topic
    SetData(CellRange,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function SetData( _
       ByVal rg As CellRange, _
       ByVal value As System.Object _
    ) As System.Boolean
    public virtual System.bool SetData( 
       CellRange rg,
       System.object value
    )

    Parameters

    rg
    value
    See Also