var instance = new GC.Spread.Sheets.Worksheet(name); var returnValue; // Type: any returnValue = instance.setArrayFormula(row, col, rowCount, colCount, value);
Parameters
- row
- The start row index.
- col
- The start column index.
- rowCount
- The number of rows in range.
- colCount
- The number of columns in range.
- value
- The array formula to place in the specified range.