Spread Windows Forms 12.0 Product Documentation
SetValue Method (IValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValue Interface : SetValue Method
An IValuesArray value represents the new value.
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

Reference

IValue Interface
IValue Members