var instance = new GC.Spread.Sheets.Worksheet(name); var returnValue; // Type: any returnValue = instance.setValue(row, col, value, sheetArea, ignoreRecalc);
Parameters
- row
- The row index.
- col
- The column index.
- value
- The value to set for the specified cell.
- sheetArea
- The sheet area. If this parameter is not provided, it defaults to viewport.
- ignoreRecalc
- Whether to ignore recalculation.