ExcelCalculationMode Enumeration
Enum that defines different types of the formula calculations.
Syntax
'Declaration Public Enum ExcelCalculationMode Inherits System.Enum
'Usage Dim instance As ExcelCalculationMode
public enum ExcelCalculationMode : System.Enum
Members
Member | Description |
---|---|
Automatic | Represents the AUTOMATIC calculation type. |
AutomaticExceptTables | Represents the AUTOMATIC EXCEPT TABLES calculation type. |
Manual | Represents the MANUAL calculation type. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.ExcelCalculationMode
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also