Spread.Sheets Documentation
NameInfo Constructor
GC.Spread.Sheets Namespace > NameInfo type : NameInfo Constructor
The custom expression name.
The custom named expression.
The base row of the expression.
The base column of the expression.
The custom expression comment.
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( 
   name : string,
   expr : Object,
   row : number,
   column : number,
   comment : string
) : NameInfo;

Parameters

name
The custom expression name.
expr
The custom named expression.
row
The base row of the expression.
column
The base column of the expression.
comment
The custom expression comment.
See Also

Reference

NameInfo type