SpreadsheetGetForceFormulaRecalculation
Method Signature
SpreadsheetGetForceFormulaRecalculation()Arguments
Examples
// Check if formulas force recalculation
var spreadsheet = SpreadsheetNew();
var forceRecalc = SpreadsheetGetForceFormulaRecalculation( spreadsheet );
println( "Force recalculation: " & forceRecalc );Related
Last updated
Was this helpful?
