SpreadJS Documentation
GC.Spread.CalcEngine.Functions Namespace / Function type / typeName Field
In This Topic
    typeName Field
    In This Topic
    Represents the type name string used for supporting serialization.
    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.typeName;
    var typeName : string;
    See Also

    Reference

    Function type