var instance = new GC.Spread.Sheets.NameInfo(name, expr, row, column, comment);
function NameInfo;
var instance = new GC.Spread.Sheets.NameInfo(name, expr, row, column, comment);
function NameInfo;
Object
GC.Spread.Sheets.NameInfo
Name | Description | |
---|---|---|
NameInfo Constructor | Represents a custom named expression that can be used by formulas. |
Name | Description | |
---|---|---|
getColumn | Gets the base column of the custom named expression. | |
getComment | Gets the comment of the current NameInfo object. | |
getExpression | Gets the expression. | |
getName | Gets the name of the current NameInfo object. | |
getRow | Gets the base row of the custom named expression. |