GrapeCity.Xaml.CalcEngine
AcceptsArray Method (CalcFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcFunction Class : AcceptsArray Method
Index of the argument
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

Reference

CalcFunction Class
CalcFunction Members