SpreadJS Documentation
GC.Spread.CalcEngine.Functions Namespace / Function type / name Field
In This Topic
    name Field
    In This Topic
    Represents the name of the function.
    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: string
    value = instance.name;
    var name : string;
    See Also

    Reference

    Function type