Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcTypeFunction Class / AcceptsError Method
Index of the argument


In This Topic
    AcceptsError Method (CalcTypeFunction)
    In This Topic
    Indicates whether the function can process CalcError values.
    Syntax
    'Declaration
     
    Public Overrides Function AcceptsError( _
       ByVal i As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As CalcTypeFunction
    Dim i As Integer
    Dim value As Boolean
     
    value = instance.AcceptsError(i)
    public override bool AcceptsError( 
       int i
    )

    Parameters

    i
    Index of the argument

    Return Value

    true if the function can process CalcError values for the specified argument; false otherwise.
    See Also