|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<dynamicfiltertype>
com.spire.xls.core.spreadsheet.autofilter.dynamicfiltertype
public 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 |
---|
public static final dynamicfiltertype aboveaverage
public static final dynamicfiltertype belowaverage
public static final dynamicfiltertype lastmonth
public static final dynamicfiltertype lastquarter
public static final dynamicfiltertype lastweek
public static final dynamicfiltertype lastyear
public static final dynamicfiltertype january
public static final dynamicfiltertype october
public static final dynamicfiltertype november
public static final dynamicfiltertype december
public static final dynamicfiltertype februray
public static final dynamicfiltertype march
public static final dynamicfiltertype april
public static final dynamicfiltertype may
public static final dynamicfiltertype june
public static final dynamicfiltertype july
public static final dynamicfiltertype august
public static final dynamicfiltertype september
public static final dynamicfiltertype nextmonth
public static final dynamicfiltertype nextquarter
public static final dynamicfiltertype nextweek
public static final dynamicfiltertype nextyear
public static final dynamicfiltertype none
public static final dynamicfiltertype quarter1
public static final dynamicfiltertype quarter2
public static final dynamicfiltertype quarter3
public static final dynamicfiltertype quarter4
public static final dynamicfiltertype thismonth
public static final dynamicfiltertype thisquarter
public static final dynamicfiltertype thisweek
public static final dynamicfiltertype thisyear
public static final dynamicfiltertype today
public static final dynamicfiltertype tomorrow
public static final dynamicfiltertype yeartodate
public static final dynamicfiltertype yesterday
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |