SpreadJS Documentation
EvaluateContext Constructor
The source.
If set to true, [array formula mode].
The row index of the cell you want to evaluate or the top left row index of the array formula.
The column index of the cell you want to evaluate or the top left column index of the array formula.
The row count of the array formula.
The column count of the array formula.
The row index of the cell you want to evaluate.
The column index of the cell you want to evaluate.
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( 
   source : object,
   arrayFormula : boolean,
   baseRow : number,
   baseColumn : number,
   rowCount : number,
   columnCount : number,
   activeRow : number,
   activeColumn : number
) : EvaluateContext;

Parameters

source
The source.
arrayFormula
If set to true, [array formula mode].
baseRow
The row index of the cell you want to evaluate or the top left row index of the array formula.
baseColumn
The column index of the cell you want to evaluate or the top left column index of the array formula.
rowCount
The row count of the array formula.
columnCount
The column count of the array formula.
activeRow
The row index of the cell you want to evaluate.
activeColumn
The column index of the cell you want to evaluate.
See Also

Reference

EvaluateContext type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.