Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IPrimitiveValue Interface / SetValue Method / SetValue(IEvaluationContext,String) Method
An EvaluationContext object indicates the evaluation context.
The System.String value to set.


In This Topic
SetValue(IEvaluationContext,String) Method
In This Topic
Sets the System.String value.
Syntax
'Declaration
 
Overloads Sub SetValue( _
   ByVal context As IEvaluationContext, _
   ByVal value As String _
) 
 
'Usage
 
Dim instance As IPrimitiveValue
Dim context As IEvaluationContext
Dim value As String
 
instance.SetValue(context, value)

Parameters

context
An EvaluationContext object indicates the evaluation context.
value
The System.String value to set.
See Also