SpreadJS Documentation
EvaluateContext type
Represents the context for CalcEvaluator, which provides variant queries to get the necessary data.
Syntax
var instance = new GcSpread.Sheets.Calc.EvaluateContext(source,
                                                       arrayFormula,
                                                       baseRow,
                                                       baseColumn,
                                                       rowCount,
                                                       columnCount,
                                                       activeRow,
                                                       activeColumn);
function EvaluateContext;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Calc.EvaluateContext

Constructors
 NameDescription
public ConstructorEvaluateContext ConstructorRepresents the context for CalcEvaluator, which provides variant queries to get the necessary data.  
Top
Methods
 NameDescription
public MethodgetFunctionGets the CalcFunction that has the specified name.  
public MethodgetNameGets a CalcExpression that has the specified name.  
public MethodgetReferenceGets the reference at the specified position.  
public MethodgetValueGets the value at the specified position.  
Top
See Also

Reference

GcSpread.Sheets.Calc Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.