In This Topic
Gets a value that indicates whether this function is branched by arguments as conditional.
Syntax
var instance = new GC.Spread.CalcEngine.Functions.Function(name,
minArgs,
maxArgs,
functionDescription,
functionDescription.description,
functionDescription.parameter,
functionDescription.parameter.name,
functionDescription.parameter.repeatable,
functionDescription.parameter.optional);
var value; // Type: boolean
value = instance.isBranch();
function isBranch() : boolean;
Return Value
true if this instance is branched; otherwise, false.
See Also