SpreadJS Documentation
GC.Spread.CalcEngine.Functions Namespace / Function type / isVolatile Method
In This Topic
    isVolatile Method
    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

    Reference

    Function type