ignoreerrortype-ag凯发旗舰厅



com.spire.xls
enum ignoreerrortype

java.lang.object
  extended by java.lang.enum<ignoreerrortype>
      extended by com.spire.xls.ignoreerrortype
all implemented interfaces:
java.lang.comparable<ignoreerrortype>

public enum ignoreerrortype
extends java.lang.enum<ignoreerrortype>

represents flags of excel ignore error indicator.


enum constant summary
all
          represents all flag of excel ignore error indicator.
emptycellreferences
          represents empty cell references flag of excel ignore error indicator.
evaluatetoerror
          represents evaluate to error flag of excel ignore error indicator.
inconsistentformula
          represents inconsistent formula flag of excel ignore error indicator.
none
          represents none flag of excel ignore error indicator.
numberastext
          represents number as text flag of excel ignore error indicator.
omittedcells
          represents omitted cells flag of excel ignore error indicator.
textdate
          represents text date flag of excel ignore error indicator.
unlockedformulacells
          represents unlocked formula cells flag of excel ignore error indicator.
 
enum constant detail

none

public static final ignoreerrortype none
represents none flag of excel ignore error indicator.

evaluatetoerror

public static final ignoreerrortype evaluatetoerror
represents evaluate to error flag of excel ignore error indicator.

emptycellreferences

public static final ignoreerrortype emptycellreferences
represents empty cell references flag of excel ignore error indicator.

numberastext

public static final ignoreerrortype numberastext
represents number as text flag of excel ignore error indicator.

omittedcells

public static final ignoreerrortype omittedcells
represents omitted cells flag of excel ignore error indicator.

inconsistentformula

public static final ignoreerrortype inconsistentformula
represents inconsistent formula flag of excel ignore error indicator.

textdate

public static final ignoreerrortype textdate
represents text date flag of excel ignore error indicator.

unlockedformulacells

public static final ignoreerrortype unlockedformulacells
represents unlocked formula cells flag of excel ignore error indicator.

all

public static final ignoreerrortype all
represents all flag of excel ignore error indicator.


网站地图