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