filterconditiontype-ag凯发旗舰厅



com.spire.xls
enum filterconditiontype

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

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

filter conditions.


enum constant summary
equal
          represents the equal filter condition type.
greater
          represents the greater filter condition type.
greaterorequal
          represents the greater or equal filter condition type.
less
          represents the less filter condition type.
lessorequal
          represents the less or equal filter condition type.
notequal
          represents the not equal filter condition type.
 
enum constant detail

less

public static final filterconditiontype less
represents the less filter condition type.

equal

public static final filterconditiontype equal
represents the equal filter condition type.

lessorequal

public static final filterconditiontype lessorequal
represents the less or equal filter condition type.

greater

public static final filterconditiontype greater
represents the greater filter condition type.

notequal

public static final filterconditiontype notequal
represents the not equal filter condition type.

greaterorequal

public static final filterconditiontype greaterorequal
represents the greater or equal filter condition type.


网站地图