Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / Error Property


In This Topic
Error Property (IEvaluationContext)
In This Topic
Gets or sets the calculation error.
Syntax
'Declaration
 
Property Error As CalcError
 
'Usage
 
Dim instance As IEvaluationContext
Dim value As CalcError
 
instance.Error = value
 
value = instance.Error

Property Value

The calculation error value.
Remarks
The first calculation error will has highest priority. It will be kept until the calculation error is clear.
See Also