ExcelCalculationMode Enumeration
|
Enum that defines different types of the formula calculations.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ExcelCalculationMode
Public Enumeration ExcelCalculationMode
public enum class ExcelCalculationMode
type ExcelCalculationMode
Members
|
Member name
|
Value
|
Description
|
|
Manual
|
0
|
Represents the MANUAL calculation type.
|
|
Auto
|
1
|
Represents the AUTOMATIC calculation type.
|
|
AutoNoTable
|
2
|
Represents the AUTOMATIC EXCEPT TABLES calculation type.
|
See Also