Version

RecalculateBeforeSave Property

Gets or sets the value which indicates whether the workbook should recalculate all formulas before saving.
Syntax
public bool RecalculateBeforeSave {get; set;}

Property Value

The value which indicates whether the workbook should recalculate all formulas before saving.
Remarks

This property only applies if the CalculationMode is set to Manual. Otherwise, it is ignored.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also