Spread Silverlight Documentation
IsCalcError Method


GrapeCity.Windows.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 System.Object _
) As System.Boolean
'Usage
 
Dim instance As ICalcEvaluator
Dim value As System.Object
Dim value As System.Boolean
 
value = instance.IsCalcError(value)
System.bool IsCalcError( 
   System.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