GrapeCity.Xaml.CalcEngine
AcceptsArray Method (CalcIfFunction)


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

Reference

CalcIfFunction Class
CalcIfFunction Members