SpreadsheetGetAutoCalculate
Last updated
Was this helpful?
Gets whether formulas automatically calculate in a spreadsheet
SpreadsheetGetAutoCalculate()No arguments.
Check auto-calculation setting:
// Check if formulas auto-calculate
var spreadsheet = SpreadsheetNew();
var autoCalc = SpreadsheetGetAutoCalculate( spreadsheet );
println( "Auto-calculate: " & autoCalc );SpreadsheetSetAutoCalculate() - Set auto-calc
SpreadsheetSetCellFormula() - Set formula
Last updated
Was this helpful?
Was this helpful?
