Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / IsErrFunctionInfo Class / AcceptsError Method


In This Topic
AcceptsError Method (IsErrFunctionInfo)
In This Topic
Indicates whether the Evaluate method can process CalcError values.
Syntax
'Declaration
 
Public Overrides Function AcceptsError( _
   ByVal i As Integer _
) As Boolean
 
'Usage
 
Dim instance As IsErrFunctionInfo
Dim i As Integer
Dim value As Boolean
 
value = instance.AcceptsError(i)

Parameters

i
See Also