Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.