GcSpread.Sheets.Calc.Functions Namespace > Function type : acceptsMissingArgument Method |
var instance = new GcSpread.Sheets.Calc.Functions.Function(name, minArgs, maxArgs); var value; // Type: boolean value = instance.acceptsMissingArgument(argIndex);
function acceptsMissingArgument( argIndex : number ) : boolean;
true
if the Evaluate method can process missing arguments; otherwise, false
.