Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcFunction Class / AcceptsArray Method
Index of the argument


In This Topic
    AcceptsArray Method (CalcFunction)
    In This Topic
    Determines whether the function accepts array values for the specified argument.
    Syntax
    'Declaration
     
    Public Overridable Function AcceptsArray( _
       ByVal i As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As CalcFunction
    Dim i As Integer
    Dim value As Boolean
     
    value = instance.AcceptsArray(i)
    public virtual bool AcceptsArray( 
       int i
    )

    Parameters

    i
    Index of the argument

    Return Value

    true if the function accepts array values for the specified argument; false otherwise.
    See Also