PivotFilterType Enum

PivotFilterType Enum

Represents PivotTable Filter type.


type PivotFilterType int32

Fields

FieldDescription
CaptionBeginsWithIndicates the “begins with” filter for field captions.
CaptionBetweenIndicates the “is between” filter for field captions.
CaptionContainsIndicates the “contains” filter for field captions.
CaptionEndsWithIndicates the “ends with” filter for field captions.
CaptionEqualIndicates the “equal” filter for field captions.
CaptionGreaterThanIndicates the “is greater than” filter for field captions.
CaptionGreaterThanOrEqualIndicates the “is greater than or equal to” filter for field captions.
CaptionLessThanIndicates the “is less than” filter for field captions.
CaptionLessThanOrEqualIndicates the “is less than or equal to” filter for field captions.
CaptionNotBeginsWithIndicates the “does not begin with” filter for field captions.
CaptionNotBetweenIndicates the “is not between” filter for field captions.
CaptionNotContainsIndicates the “does not contain” filter for field captions.
CaptionNotEndsWithIndicates the “does not end with” filter for field captions.
CaptionNotEqualIndicates the “not equal” filter for field captions.
CountIndicates the “count” filter.
DateBetweenIndicates the “between” filter for date values.
DateEqualIndicates the “equals” filter for date values.
DateAfterIndicates the “after” filter for date values.
DateAfterOrEqualIndicates the “after or equal to” filter for date values.
DateNotBetweenIndicates the “not between” filter for date values.
DateNotEqualIndicates the “does not equal” filter for date values.
DateBeforeIndicates the “before” filter for date values.
DateBeforeOrEqualIndicates the “before or equal to” filter for date values.
LastMonthIndicates the “last month” filter for date values.
LastQuarterIndicates the “last quarter” filter for date values.
LastWeekIndicates the “last week” filter for date values.
LastYearIndicates the “last year” filter for date values.
JanuaryIndicates the “January” filter for date values.
FebruaryIndicates the “February” filter for date values.
MarchIndicates the “March” filter for date values.
AprilIndicates the “April” filter for date values.
MayIndicates the “May” filter for date values.
JuneIndicates the “June” filter for date values.
JulyIndicates the “July” filter for date values.
AugustIndicates the “August” filter for date values.
SeptemberIndicates the “September” filter for date values.
OctoberIndicates the “October” filter for date values.
NovemberIndicates the “November” filter for date values.
DecemberIndicates the “December” filter for date values.
NextMonthIndicates the “next month” filter for date values.
NextQuarterIndicates the “next quarter” for date values.
NextWeekIndicates the “next week” for date values.
NextYearIndicates the “next year” filter for date values.
PercentIndicates the “percent” filter for numeric values.
Quarter1Indicates the “first quarter” filter for date values.
Quarter2Indicates the “second quarter” filter for date values.
Quarter3Indicates the “third quarter” filter for date values.
Quarter4Indicates the “fourth quarter” filter for date values.
SumIndicates the “sum” filter for numeric values.
ThisMonthIndicates the “this month” filter for date values.
ThisQuarterIndicates the “this quarter” filter for date values.
ThisWeekIndicates the “this week” filter for date values.
ThisYearIndicate the “this year” filter for date values.
TodayIndicates the “today” filter for date values.
TomorrowIndicates the “tomorrow” filter for date values.
UnknownIndicates the PivotTable filter is unknown to the application.
ValueBetweenIndicates the “Value between” filter for text and numeric values.
ValueEqualIndicates the “value equal” filter for text and numeric values.
ValueGreaterThanIndicates the “value greater than” filter for text and numeric values.
ValueGreaterThanOrEqualIndicates the “value greater than or equal to” filter for text and numeric values.
ValueLessThanIndicates the “value less than” filter for text and numeric values.
ValueLessThanOrEqualIndicates the “value less than or equal to” filter for text and numeric values.
ValueNotBetweenIndicates the “value not between” filter for text and numeric values.
ValueNotEqualIndicates the “value not equal” filter for text and numeric values.
YearToDateIndicates the “year-to-date” filter for date values.
YesterdayIndicates the “yesterday” filter for date values.
NoneNo filter.