Spread Windows Forms 12.0 Product Documentation
GetError Method (IReadonlyPrimitiveValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IReadonlyPrimitiveValue Interface : GetError Method
The evaluation context to get value.
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

Reference

IReadonlyPrimitiveValue Interface
IReadonlyPrimitiveValue Members