Version

CalculationMode Enumeration

Represents the the ways formulas are recalculated when their referenced values change.
Syntax
'Declaration
 
Public Enum CalculationMode 
   Inherits System.Enum
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also