Spread.Sheets Documentation
isVolatile Method
GC.Spread.CalcEngine.Functions Namespace > Function type : isVolatile Method
Determines whether the function is volatile while it is being evaluated.
Syntax
var instance = new GC.Spread.CalcEngine.Functions.Function(name, minArgs, maxArgs, functionDescription);
var value; // Type: boolean
value = instance.isVolatile();
function isVolatile() : boolean;

Return Value

true if the function is volatile; otherwise, false.
See Also

Reference

Function type