GcSpread.Sheets.Calc.Functions Namespace > Function type : acceptsReference Method |
var instance = new GcSpread.Sheets.Calc.Functions.Function(name, minArgs, maxArgs); var value; // Type: boolean value = instance.acceptsReference(argIndex);
function acceptsReference( argIndex : number ) : boolean;
true
if the function accepts Reference values for the specified argument; otherwise, false
.