SpreadJS Documentation
acceptsReference Method
Index of the argument.
Determines whether the function accepts Reference values for the specified argument.
Syntax
var instance = new GcSpread.Sheets.Calc.Functions.Function(name, minArgs, maxArgs);
var value; // Type: boolean
value = instance.acceptsReference(argIndex);
function acceptsReference( 
   argIndex : number
) : boolean;

Parameters

argIndex
Index of the argument.

Return Value

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

Reference

Function type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.