Enum ExcelCalculationMode
Enum that defines different types of the formula calculations.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelCalculationMode
Fields
Name | Description |
---|---|
Automatic | Represents the AUTOMATIC calculation type. |
AutomaticExceptTables | Represents the AUTOMATIC EXCEPT TABLES calculation type. |
Manual | Represents the MANUAL calculation type. |