GrapeCity.Xaml.CalcEngine
AcceptsError Method (CalcError_TypeFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcError_TypeFunction 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 Integer _
) As Boolean
'Usage
 
Dim instance As CalcError_TypeFunction
Dim i As Integer
Dim value As Boolean
 
value = instance.AcceptsError(i)
public override bool AcceptsError( 
   int i
)

Parameters

i
Index of the argument
See Also

Reference

CalcError_TypeFunction Class
CalcError_TypeFunction Members