SpreadJS Documentation
getEvaluatorContext Method
The row.
The column.
Is array formula.
The base row for the array formula.
The base column for the array formula.
The row count for the array formula.
The columnCount for the array formula.
Gets the evaluator context.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
var value; // Type: EvaluateContext
value = instance.getEvaluatorContext(row, col, arrayFormula, baseRow, baseCol, rowCount, colCount);
function getEvaluatorContext( 
   row : number,
   col : number,
   arrayFormula : boolean,
   baseRow : number,
   baseCol : number,
   rowCount : number,
   colCount : number
) : EvaluateContext;

Parameters

row
The row.
col
The column.
arrayFormula
Is array formula.
baseRow
The base row for the array formula.
baseCol
The base column for the array formula.
rowCount
The row count for the array formula.
colCount
The columnCount for the array formula.

Return Value

The evaluate context.
See Also

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.