excelcalculationmode-ag凯发旗舰厅
com.spire.xls
enum excelcalculationmode
java.lang.object
java.lang.enum<excelcalculationmode>
com.spire.xls.excelcalculationmode
- all implemented interfaces:
- java.lang.comparable<excelcalculationmode>
public enum excelcalculationmode
- extends java.lang.enum<excelcalculationmode>
enum that defines different types of the formula calculations.
enum constant summary |
auto
represents the auto matic calculation type. |
autonotable
represents the auto matic except tables calculation type. |
manual
represents the manual calculation type. |
manual
public static final excelcalculationmode manual
- represents the manual calculation type.
auto
public static final excelcalculationmode auto
- represents the auto matic calculation type.
autonotable
public static final excelcalculationmode autonotable
- represents the auto matic except tables calculation type.