SpreadJS Documentation
setArrayFormula Method
The row.
The column.
The row count.
The column count.
The formula.
Sets the array formula to the calculation engine.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSourceModel(service, service2);
var value; // Type: any
value = instance.setArrayFormula(row, col, rowCount, colCount, formula);
function setArrayFormula( 
   row : number,
   col : number,
   rowCount : number,
   colCount : number,
   formula : string
) : any;

Parameters

row
The row.
col
The column.
rowCount
The row count.
colCount
The column count.
formula
The formula.
See Also

Reference

CalcSourceModel type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.