Spread.Sheets Documentation
typeName Field
GC.Spread.CalcEngine.Functions Namespace > Function type : typeName Field
Represents the type name string used for supporting serialization.
Syntax
var instance = new GC.Spread.CalcEngine.Functions.Function(name, minArgs, maxArgs, functionDescription);
var value; // Type: string
value = instance.typeName;
var typeName : string;
See Also

Reference

Function type