SpreadsheetSetAutoCalculate
Last updated
Was this helpful?
Sets whether formulas automatically calculate in a spreadsheet
SpreadsheetSetAutoCalculate()No arguments.
Enable/disable auto-calculation:
// Disable automatic formula calculation
var spreadsheet = SpreadsheetNew();
SpreadsheetSetAutoCalculate( spreadsheet, false );SpreadsheetGetAutoCalculate() - Get setting
SpreadsheetSetCellFormula() - Set formula
Last updated
Was this helpful?
Was this helpful?
