[]
Sets the double value.
void SetValue(IEvaluationContext context, double value)
Sub SetValue(context As IEvaluationContext, value As Double)
Type | Name | Description |
---|---|---|
IEvaluationContext | context | An GrapeCity.CalcEngine.EvaluationContext object indicates the evaluation context. |
double | value | The double value to set. |
Sets the object value.
void SetValue(object value, bool directValue = false)
Sub SetValue(value As Object, Optional directValue As Boolean = False)
Sets the CalcError value.
void SetValue(CalcError value)
Sub SetValue(value As CalcError)
Sets the string value.
void SetValue(IEvaluationContext context, string value)
Sub SetValue(context As IEvaluationContext, value As String)
Type | Name | Description |
---|---|---|
IEvaluationContext | context | An GrapeCity.CalcEngine.EvaluationContext object indicates the evaluation context. |
string | value | The string value to set. |
Sets the bool value.
void SetValue(bool value)
Sub SetValue(value As Boolean)
Sets the DateTime value.
void SetValue(DateTime value)
Sub SetValue(value As Date)
Sets the TimeSpan value.
void SetValue(TimeSpan value)
Sub SetValue(value As TimeSpan)