filterdatatype-ag凯发旗舰厅



com.spire.xls
enum filterdatatype

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

public enum filterdatatype
extends java.lang.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

notused

public static final filterdatatype notused
represents the filter data type.

floatingpoint

public static final filterdatatype floatingpoint
represents the floating point filter data type.

string

public static final filterdatatype string
represents the string filter data type.

boolean

public static final filterdatatype boolean
represents the boolean filter data type.

errorcode

public static final filterdatatype errorcode
represents the error code filter data type.

matchallblanks

public static final filterdatatype matchallblanks
represents the match all blanks filter data type.

matchallnonblanks

public static final filterdatatype matchallnonblanks
represents the match all non blanks filter data type.


网站地图