Spread Silverlight Documentation
AcceptsError Method (CalcIsErrorFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcIsErrorFunction Class : AcceptsError Method
Index of the argument
Indicates whether the Evaluate method can process an error.
Syntax
'Declaration
 
Public Overrides Function AcceptsError( _
   ByVal i As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As CalcIsErrorFunction
Dim i As System.Integer
Dim value As System.Boolean
 
value = instance.AcceptsError(i)
public override System.bool AcceptsError( 
   System.int i
)

Parameters

i
Index of the argument
See Also

Reference

CalcIsErrorFunction Class
CalcIsErrorFunction Members