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


In This Topic
    AcceptsArray Method (CalcOrFunction)
    In This Topic
    Determines whether the function accepts array values for the specified argument.
    Syntax
    'Declaration
     
    Public Overrides Function AcceptsArray( _
       ByVal i As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As CalcOrFunction
    Dim i As Integer
    Dim value As Boolean
     
    value = instance.AcceptsArray(i)
    public override 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