Class ExcelCalculationMode
Enum that defines different types of the formula calculations.
Inheritance
System.Object
ExcelCalculationMode
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelCalculationMode : Enum
Fields
Automatic
Represents the AUTOMATIC calculation type.
Declaration
public const ExcelCalculationMode Automatic
Field Value
Type |
---|
ExcelCalculationMode |
AutomaticExceptTables
Represents the AUTOMATIC EXCEPT TABLES calculation type.
Declaration
public const ExcelCalculationMode AutomaticExceptTables
Field Value
Type |
---|
ExcelCalculationMode |
Manual
Represents the MANUAL calculation type.
Declaration
public const ExcelCalculationMode Manual
Field Value
Type |
---|
ExcelCalculationMode |