Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DynamicFilterType Enumeration


In This Topic
    DynamicFilterType Enumeration
    In This Topic
    Specifies the type of dynamic filter to be applied.
    Syntax
    'Declaration
     
    
    Public Enum DynamicFilterType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DynamicFilterType
    public enum DynamicFilterType : System.Enum 
    Members
    MemberDescription
    AboveAverageShows values that are above average.
    AprilShows the dates that are in April, regardless of year.
    AugustShows the dates that are in August, regardless of year.
    BelowAverageShows values that are below average.
    DecemberShows the dates that are in December, regardless of year.
    FebruaryShows the dates that are in February, regardless of year.
    JanuaryShows the dates that are in January, regardless of year.
    JulyShows the dates that are in July, regardless of year.
    JuneShows the dates that are in June, regardless of year.
    LastMonthShows last month's dates.
    LastQuarterShows last quarter's dates.
    LastWeekShows last week's dates.
    LastYearShows last year's dates.
    MarchShows the dates that are in March, regardless of year.
    MayShows the dates that are in May, regardless of year.
    NextMonthShows next month's dates.
    NextQuarterShows next quarter's dates.
    NextWeekShows next week's dates.
    NextYearShows next year's dates.
    NovemberShows the dates that are in November, regardless of year.
    OctoberShows the dates that are in October, regardless of year.
    Quarter1Shows the dates that are in the first quarter, regardless of year.
    Quarter2Shows the dates that are in the second quarter, regardless of year.
    Quarter3Shows the dates that are in the third quarter, regardless of year.
    Quarter4Shows the dates that are in the fourth quarter, regardless of year.
    SeptemberShows the dates that are in September, regardless of year.
    ThisMonthShows this month's dates.
    ThisQuarterShows this quarter's dates.
    ThisWeekShows this week's dates.
    ThisYearShows this year's dates.
    TodayShows today's dates.
    TomorrowShows tomorrow's dates.
    YearToDateShows the dates between the beginning of the year and today, inclusive.
    YesterdayShows yesterday's dates.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.DynamicFilterType

    See Also