Infragistics(R) NetAdvantage(R) WPF
CalculationMode Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : CalculationMode Enumeration

Represents the the ways formulas are recalculated when their referenced values change.

Syntax

Visual Basic (Declaration) 
Public Enum CalculationMode 
   Inherits System.Enum
C# 
public enum CalculationMode : System.Enum 

Members

MemberDescription
Automatic Formulas and data tables are automatically recalculated when the values in referenced cells change.
AutomaticExceptForDataTables Only formulas are automatically recalculated when the values in referenced cells change. Data tables must be recalculated manually.
Manual Formulas must be recalculated manually, by pressing a button in the Microsoft Excel interface.

See Also