SpreadsheetSetAutoCalculate
Method Signature
SpreadsheetSetAutoCalculate()Arguments
Examples
// Disable automatic formula calculation
var spreadsheet = SpreadsheetNew();
SpreadsheetSetAutoCalculate( spreadsheet, false );Related
Last updated
Was this helpful?
