Spread Windows Forms 12.0 Product Documentation
SetValue(CalcError) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IPrimitiveValue Interface > SetValue Method : SetValue(CalcError) Method
The CalcError value to set.
Sets the CalcError value.
Syntax
'Declaration
 
Overloads Sub SetValue( _
   ByVal value As CalcError _
) 
'Usage
 
Dim instance As IPrimitiveValue
Dim value As CalcError
 
instance.SetValue(value)
void SetValue( 
   CalcError value
)

Parameters

value
The CalcError value to set.
See Also

Reference

IPrimitiveValue Interface
IPrimitiveValue Members
Overload List