Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CalculationMode Enumeration
In This Topic
    CalculationMode Enumeration
    In This Topic
    Excel calculation mode.
    Syntax
    public enum CalculationMode : System.Enum 
    Members
    MemberDescription
    Automatic Everything is calculated, recalculate whenever something is changed, and every time a workbook is opened.
    Manual Nothing is calculated, recalculate only when the user explicitly requests it by pressing F9 or CTRL+ALT+F9, or when the workbook is saved.
    Semiautomatic Everything is calculated with the exception of Data Tables and Python formulas.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.CalculationMode

    See Also