|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<filterdatatype>
com.spire.xls.filterdatatype
public enum filterdatatype
data type for filters.
enum constant summary | |
---|---|
boolean
represents the boolean filter data type. |
|
errorcode
represents the error code filter data type. |
|
floatingpoint
represents the floating point filter data type. |
|
matchallblanks
represents the match all blanks filter data type. |
|
matchallnonblanks
represents the match all non blanks filter data type. |
|
notused
represents the filter data type. |
|
string
represents the string filter data type. |
enum constant detail |
---|
public static final filterdatatype notused
public static final filterdatatype floatingpoint
public static final filterdatatype string
public static final filterdatatype boolean
public static final filterdatatype errorcode
public static final filterdatatype matchallblanks
public static final filterdatatype matchallnonblanks
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |