| GrapeCity.Excel Namespace : ExcelCalculationMode Enumeration | 
'Declaration Public Enum ExcelCalculationMode Inherits System.Enum
'Usage Dim instance As ExcelCalculationMode
public enum ExcelCalculationMode : System.Enum
| Member | Description | 
|---|---|
| Automatic | Excel will recalculate the formulas automatically each time when a value affects the formula changes. | 
| AutomaticExceptTables | Excel will recalculate the formulas automatically except for multiple table operations each time when a value affects the formula changes. | 
| Manual | When work in Manual Calculation mode, Excel will displays Calculate in the status bar when there is any uncalculated formulas. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelCalculationMode
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)