In This Topic
Determines whether the function is volatile while it is being evaluated.
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.isVolatile();
function isVolatile() : boolean;
Return Value
true if the function is volatile; otherwise, false.
See Also