Spread WPF 17
GrapeCity.CalcEngine Namespace / ICalcSource Interface / SetValue Method
The id.
The value.


In This Topic
    SetValue Method (ICalcSource)
    In This Topic
    Sets the value.
    Syntax
    'Declaration
     
    Sub SetValue( _
       ByVal id As CalcLocalIdentity, _
       ByVal value As Object _
    ) 
    'Usage
     
    Dim instance As ICalcSource
    Dim id As CalcLocalIdentity
    Dim value As Object
     
    instance.SetValue(id, value)
    void SetValue( 
       CalcLocalIdentity id,
       object value
    )

    Parameters

    id
    The id.
    value
    The value.
    See Also