Spread WinForms 15
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)

Parameters

valuesArray
An IValuesArray value represents the new value.
See Also