|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<ignoreerrortype>
com.spire.xls.ignoreerrortype
public 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 |
---|
public static final ignoreerrortype none
public static final ignoreerrortype evaluatetoerror
public static final ignoreerrortype emptycellreferences
public static final ignoreerrortype numberastext
public static final ignoreerrortype omittedcells
public static final ignoreerrortype inconsistentformula
public static final ignoreerrortype textdate
public static final ignoreerrortype unlockedformulacells
public static final ignoreerrortype all
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |