Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / SetValue Method
An IValuesArray value represents the new value.


In This Topic
    SetValue Method (IValue)
    In This Topic
    Sets the value of this IValue to the specified IValuesArray.
    Syntax
    'Declaration
     
    
    Sub SetValue( _
       ByVal valuesArray As IValuesArray _
    ) 
    'Usage
     
    
    Dim instance As IValue
    Dim valuesArray As IValuesArray
     
    instance.SetValue(valuesArray)
    void SetValue( 
       IValuesArray valuesArray
    )

    Parameters

    valuesArray
    An IValuesArray value represents the new value.
    See Also