Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / TypeFunctionInfo Class / AcceptsError Method


In This Topic
    AcceptsError Method (TypeFunctionInfo)
    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 TypeFunctionInfo
    Dim i As Integer
    Dim value As Boolean
     
    value = instance.AcceptsError(i)
    public override bool AcceptsError( 
       int i
    )

    Parameters

    i
    See Also