Spread Silverlight Documentation
ExcelCalculationMode Enumeration


GrapeCity.Excel Namespace : ExcelCalculationMode Enumeration
the Calculation mode saved with the workbook.
Syntax
'Declaration
 
Public Enum ExcelCalculationMode 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelCalculationMode
public enum ExcelCalculationMode : System.Enum 
Members
MemberDescription
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.
Remarks
Changing the calculation mode for one workbook will changes the mode for all workbook.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelCalculationMode

See Also

Reference

GrapeCity.Excel Namespace