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