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 );

Last updated

Was this helpful?