[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IPrimitiveValue.SetValue

SetValue Method

SetValue(IEvaluationContext, double)

Sets the double value.

Declaration
void SetValue(IEvaluationContext context, double value)
Sub SetValue(context As IEvaluationContext, value As Double)
Parameters
Type Name Description
IEvaluationContext context

An GrapeCity.CalcEngine.EvaluationContext object indicates the evaluation context.

double value

The double value to set.

SetValue(object, bool)

Sets the object value.

Declaration
void SetValue(object value, bool directValue = false)
Sub SetValue(value As Object, Optional directValue As Boolean = False)
Parameters
Type Name Description
object value

The object value to set.

bool directValue

SetValue(CalcError)

Sets the CalcError value.

Declaration
void SetValue(CalcError value)
Sub SetValue(value As CalcError)
Parameters
Type Name Description
CalcError value

The CalcError value to set.

SetValue(IEvaluationContext, string)

Sets the string value.

Declaration
void SetValue(IEvaluationContext context, string value)
Sub SetValue(context As IEvaluationContext, value As String)
Parameters
Type Name Description
IEvaluationContext context

An GrapeCity.CalcEngine.EvaluationContext object indicates the evaluation context.

string value

The string value to set.

SetValue(bool)

Sets the bool value.

Declaration
void SetValue(bool value)
Sub SetValue(value As Boolean)
Parameters
Type Name Description
bool value

The bool value to set.

SetValue(DateTime)

Sets the DateTime value.

Declaration
void SetValue(DateTime value)
Sub SetValue(value As Date)
Parameters
Type Name Description
DateTime value

The DateTime value to set.

SetValue(TimeSpan)

Sets the TimeSpan value.

Declaration
void SetValue(TimeSpan value)
Sub SetValue(value As TimeSpan)
Parameters
Type Name Description
TimeSpan value

The TimeSpan value to set.