Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IReadonlyPrimitiveValue Interface / GetError Method
The evaluation context to get value.


In This Topic
GetError Method (IReadonlyPrimitiveValue)
In This Topic
Gets the CalcError value.
Syntax
'Declaration
 
Function GetError( _
   Optional ByVal context As IEvaluationContext _
) As CalcError
 
'Usage
 
Dim instance As IReadonlyPrimitiveValue
Dim context As IEvaluationContext
Dim value As CalcError
 
value = instance.GetError(context)

Parameters

context
The evaluation context to get value.

Return Value

An CalcError value.
See Also