GrapeCity.Xaml.SpreadSheet.Data
IsCalcError Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > ICalcEvaluator Interface : IsCalcError Method
The specified value.
Determines whether the specified value is a calculation error.
Syntax
'Declaration
 
Function IsCalcError( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As ICalcEvaluator
Dim value As Object
Dim value As Boolean
 
value = instance.IsCalcError(value)
bool IsCalcError( 
   object value
)

Parameters

value
The specified value.

Return Value

true if the specified value is a calculation error; otherwise, false.
See Also

Reference

ICalcEvaluator Interface
ICalcEvaluator Members