CalculationMode Enum
Represents the supported modes for performing calculations on workbook data.
Fields
Automatic | Calculations in the workbook are performed automatically when cell values change. |
AutomaticNoTable | Calculations in the workbook are performed automatically when cell values change. Tables are excluded during automatic calculation. |
Manual | Calculations in the workbook are triggered manually by the user. |