GcSpread.Sheets.Calc.Functions Namespace > Function type : isBranch Method |
var instance = new GcSpread.Sheets.Calc.Functions.Function(name, minArgs, maxArgs); var value; // Type: boolean value = instance.isBranch();
function isBranch() : boolean;
true
if this instance is branched; otherwise, false
.