Represents the the ways formulas are recalculated when their referenced values change.

See

[[Workbook.calculationMode]]

Enumeration Members

Automatic: 1

Formulas and data tables are automatically recalculated when the values in referenced cells change.

AutomaticExceptForDataTables: 2

Only formulas are automatically recalculated when the values in referenced cells change. Data tables must be recalculated manually.

Manual: 0

Formulas must be recalculated manually, by pressing a button in the Microsoft Excel interface.