Spread Windows Forms 12.0 Product Documentation
SetValue(IEvaluationContext,String) Method


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.
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)
void SetValue( 
   IEvaluationContext context,
   string value
)

Parameters

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

Reference

IPrimitiveValue Interface
IPrimitiveValue Members
Overload List