Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / DynamicFilterType Enumeration
In This Topic
    DynamicFilterType Enumeration
    In This Topic
    Specifies the filter type.
    Members
    MemberDescription
    AboveAverageSpecifies to filter all above-average values.
    BelowAverageSpecifies to filter all below-average values.
    LastMonthSpecifies to filter all values related to last month.
    LastQuarterSpecifies to filter all values related to last quarter.
    LastWeekSpecifies to filter all values related to last week.
    LastYearSpecifies to filter all values related to last year.
    M1Specifies to filter all dates in January.
    M10Specifies to filter all dates in October.
    M11Specifies to filter all dates in November.
    M12Specifies to filter all dates in December.
    M2Specifies to filter all dates in February.
    M3Specifies to filter all dates in March.
    M4Specifies to filter all dates in April.
    M5Specifies to filter all dates in May.
    M6Specifies to filter all dates in June.
    M7Specifies to filter all dates in July.
    M8Specifies to filter all dates in August.
    M9Specifies to filter all dates in September.
    NextMonthSpecifies to filter all values related to next month.
    NextQuarterSpecifies to filter all values related to next quarter.
    NextWeekSpecifies to filter all values related to next week.
    NextYearSpecifies to filter all values related to next year.
    NoneSpecifies none.
    Q1Specifies to filter all dates in Quarter1.
    Q2Specifies to filter all dates in Quarter2.
    Q3Specifies to filter all dates in Quarter3.
    Q4Specifies to filter all dates in Quarter4.
    ThisMonthSpecifies to filter all values related to the current month.
    ThisQuarterSpecifies to filter all values related to the current quarter.
    ThisWeekSpecifies to filter all values related to the current week.
    ThisYearSpecifies to filter all values related to the current year.
    TodaySpecifies to filter all values related to the current date.
    TomorrowSpecifies to filter all values related to tomorrow.
    YearToDateSpecifies to filter all values from today until a year ago.
    YesterdaySpecifies to filter all values related to yesterday.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.DynamicFilterType

    See Also