Spread WPF 17
GrapeCity.Excel Namespace / ExcelCalculationMode Enumeration


In This Topic
    ExcelCalculationMode Enumeration
    In This Topic
    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
    AutomaticExcel will recalculate the formulas automatically each time when a value affects the formula changes.
    AutomaticExceptTablesExcel will recalculate the formulas automatically except for multiple table operations each time when a value affects the formula changes.
    ManualWhen 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