SpreadsheetSetForceFormulaRecalculation
Sets whether formulas will be recalculated when the spreadsheet is opened
Method Signature
SpreadsheetSetForceFormulaRecalculation()Arguments
No arguments.
Examples
Force formula recalculation:
// Force Excel to recalculate all formulas on open
var spreadsheet = SpreadsheetNew();
SpreadsheetSetForceFormulaRecalculation( spreadsheet, true );Related
- SpreadsheetGetForceFormulaRecalculation() - Get setting 
- SpreadsheetSetAutoCalculate() - Set auto-calc 
Last updated
Was this helpful?
