SpreadJS Documentation
getName Method
The name.
Gets a CalcExpression that has the specified name.
Syntax
var instance = new GcSpread.Sheets.Calc.EvaluateContext(source,
                                                       arrayFormula,
                                                       baseRow,
                                                       baseColumn,
                                                       rowCount,
                                                       columnCount,
                                                       activeRow,
                                                       activeColumn);
var value; // Type: Expression
value = instance.getName(name);
function getName( 
   name : string
) : Expression;

Parameters

name
The name.

Return Value

The CalcExpression with the specified name.
See Also

Reference

EvaluateContext type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.