Spread.Sheets Documentation
isBranch Method
GC.Spread.CalcEngine.Functions Namespace > Function type : isBranch Method
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);
var value; // Type: boolean
value = instance.isBranch();
function isBranch() : boolean;

Return Value

true if this instance is branched; otherwise, false.
See Also

Reference

Function type