[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.DynamicFilterType

DynamicFilterType Enum

Specifies the type of dynamic filter to be applied.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum DynamicFilterType
Public Enum DynamicFilterType

Fields

Name Description
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.

February

Shows the dates that are in February, 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.

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 first quarter, regardless of year.

Quarter2

Shows the dates that are in the second quarter, regardless of year.

Quarter3

Shows the dates that are in the third quarter, regardless of year.

Quarter4

Shows the dates that are in the fourth 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.