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