Enum ExcelCalculationMode
Enum that defines different types of the formula calculations.
public enum ExcelCalculationMode
Fields
Auto = 1
Represents the AUTOMATIC calculation type.
AutoNoTable = 2
Represents the AUTOMATIC EXCEPT TABLES calculation type.
Manual = 0
Represents the MANUAL calculation type.