excelcalculationmode-ag凯发旗舰厅



com.spire.xls
enum excelcalculationmode

java.lang.object
  extended by java.lang.enum<excelcalculationmode>
      extended by 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.
 
enum constant detail

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.


网站地图