[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CalculationMode

CalculationMode Enum

Excel calculation mode.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum CalculationMode
Public Enum CalculationMode

Fields

Name Description
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.