Version

CalculationMode Enumeration

Represents the the ways formulas are recalculated when their referenced values change.
Syntax
public enum CalculationMode : System.Enum 
Members
MemberDescription
AutomaticFormulas and data tables are automatically recalculated when the values in referenced cells change.
AutomaticExceptForDataTablesOnly formulas are automatically recalculated when the values in referenced cells change. Data tables must be recalculated manually.
ManualFormulas must be recalculated manually, by pressing a button in the Microsoft Excel interface.
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