Spread.Sheets Documentation
getExpression Method
GC.Spread.Sheets Namespace > NameInfo type : getExpression Method
Gets the expression.
Syntax
var instance = new GC.Spread.Sheets.NameInfo(name, expr, row, column, comment);
var value; // Type: Expression
value = instance.getExpression();
function getExpression() : Expression;

Return Value

The expression.
See Also

Reference

NameInfo type