dynamicfiltertype-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.autofilter
enum dynamicfiltertype

java.lang.object
  extended by java.lang.enum<dynamicfiltertype>
      extended by com.spire.xls.core.spreadsheet.autofilter.dynamicfiltertype
all implemented interfaces:
java.lang.comparable<dynamicfiltertype>

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

dynamic filter type.


enum constant summary
aboveaverage
          shows values that are above average.
april
          shows the dates that are in april, regardless of year.
august
          shows the dates that are in august, regardless of year.
belowaverage
          shows values that are below average.
december
          shows the dates that are in december, regardless of year.
februray
          shows the dates that are in februray, regardless of year.
january
          shows the dates that are in january, regardless of year.
july
          shows the dates that are in july, regardless of year.
june
          shows the dates that are in june, regardless of year.
lastmonth
          shows last month's dates.
lastquarter
          shows last quarter's dates.
lastweek
          shows last week's dates.
lastyear
          shows last year's dates.
march
          shows the dates that are in march, regardless of year.
may
          shows the dates that are in may, regardless of year.
nextmonth
          shows next month's dates.
nextquarter
          shows next quarter's dates.
nextweek
          shows next week's dates.
nextyear
          shows next year's dates.
none
           
november
          shows the dates that are in november, regardless of year.
october
          shows the dates that are in october, regardless of year.
quarter1
          shows the dates that are in the 1st quarter, regardless of year.
quarter2
          shows the dates that are in the 2nd quarter, regardless of year.
quarter3
          shows the dates that are in the 3rd quarter, regardless of year.
quarter4
          shows the dates that are in the 4th quarter, regardless of year.
september
          shows the dates that are in september, regardless of year.
thismonth
          shows this month's dates.
thisquarter
          shows this quarter's dates.
thisweek
          shows this week's dates.
thisyear
          shows this year's dates.
today
          shows today's dates.
tomorrow
          shows tomorrow's dates.
yeartodate
          shows the dates between the beginning of the year and today, inclusive.
yesterday
          shows yesterday's dates.
 
enum constant detail

aboveaverage

public static final dynamicfiltertype aboveaverage
shows values that are above average.

belowaverage

public static final dynamicfiltertype belowaverage
shows values that are below average.

lastmonth

public static final dynamicfiltertype lastmonth
shows last month's dates.

lastquarter

public static final dynamicfiltertype lastquarter
shows last quarter's dates.

lastweek

public static final dynamicfiltertype lastweek
shows last week's dates.

lastyear

public static final dynamicfiltertype lastyear
shows last year's dates.

january

public static final dynamicfiltertype january
shows the dates that are in january, regardless of year.

october

public static final dynamicfiltertype october
shows the dates that are in october, regardless of year.

november

public static final dynamicfiltertype november
shows the dates that are in november, regardless of year.

december

public static final dynamicfiltertype december
shows the dates that are in december, regardless of year.

februray

public static final dynamicfiltertype februray
shows the dates that are in februray, regardless of year.

march

public static final dynamicfiltertype march
shows the dates that are in march, regardless of year.

april

public static final dynamicfiltertype april
shows the dates that are in april, regardless of year.

may

public static final dynamicfiltertype may
shows the dates that are in may, regardless of year.

june

public static final dynamicfiltertype june
shows the dates that are in june, regardless of year.

july

public static final dynamicfiltertype july
shows the dates that are in july, regardless of year.

august

public static final dynamicfiltertype august
shows the dates that are in august, regardless of year.

september

public static final dynamicfiltertype september
shows the dates that are in september, regardless of year.

nextmonth

public static final dynamicfiltertype nextmonth
shows next month's dates.

nextquarter

public static final dynamicfiltertype nextquarter
shows next quarter's dates.

nextweek

public static final dynamicfiltertype nextweek
shows next week's dates.

nextyear

public static final dynamicfiltertype nextyear
shows next year's dates.

none

public static final dynamicfiltertype none

quarter1

public static final dynamicfiltertype quarter1
shows the dates that are in the 1st quarter, regardless of year.

quarter2

public static final dynamicfiltertype quarter2
shows the dates that are in the 2nd quarter, regardless of year.

quarter3

public static final dynamicfiltertype quarter3
shows the dates that are in the 3rd quarter, regardless of year.

quarter4

public static final dynamicfiltertype quarter4
shows the dates that are in the 4th quarter, regardless of year.

thismonth

public static final dynamicfiltertype thismonth
shows this month's dates.

thisquarter

public static final dynamicfiltertype thisquarter
shows this quarter's dates.

thisweek

public static final dynamicfiltertype thisweek
shows this week's dates.

thisyear

public static final dynamicfiltertype thisyear
shows this year's dates.

today

public static final dynamicfiltertype today
shows today's dates.

tomorrow

public static final dynamicfiltertype tomorrow
shows tomorrow's dates.

yeartodate

public static final dynamicfiltertype yeartodate
shows the dates between the beginning of the year and today, inclusive.

yesterday

public static final dynamicfiltertype yesterday
shows yesterday's dates.


网站地图