Spread.Sheets Documentation
acceptsArray Method
GC.Spread.CalcEngine.Functions Namespace > Function type : acceptsArray Method
Index of the argument.
Determines whether the function accepts array values for the specified argument.
Syntax
var instance = new GC.Spread.CalcEngine.Functions.Function(name, minArgs, maxArgs, functionDescription);
var value; // Type: boolean
value = instance.acceptsArray(argIndex);
function acceptsArray( 
   argIndex : number
) : boolean;

Parameters

argIndex
Index of the argument.

Return Value

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

Reference

Function type