Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CalculationMode Enumeration
In This Topic
    CalculationMode Enumeration
    In This Topic
    Excel calculation mode.
    Members
    MemberDescription
    AutomaticEverything is calculated, recalculate whenever something is changed, and every time a workbook is opened.
    ManualNothing is calculated, recalculate only when the user explicitly requests it by pressing F9 or CTRL+ALT+F9, or when the workbook is saved.
    SemiautomaticEverything is calculated with the exception of Data Tables and Python formulas.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.CalculationMode

    See Also