SpreadJS Documentation
NameInfo type
GC.Spread.Sheets Namespace : NameInfo type
Represents a custom named expression that can be used by formulas.
Syntax
var instance = new GC.Spread.Sheets.NameInfo(name, expr, row, column, comment);
function NameInfo;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.NameInfo

Constructors
 NameDescription
public ConstructorRepresents a custom named expression that can be used by formulas.  
Top
Methods
 NameDescription
public MethodGets the base column of the custom named expression.  
public MethodGets the comment of the current NameInfo object.  
public MethodGets the expression.  
public MethodGets the name of the current NameInfo object.  
public MethodGets the base row of the custom named expression.  
Top
See Also

Reference

GC.Spread.Sheets Namespace