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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.