Aspose::Cells::Pivot::PivotFilterType enum

PivotFilterType enum

Represents PivotTable Filter type.

enum class PivotFilterType

Values

NameValueDescription
CaptionBeginsWith0
Indicates the “begins with” filter for field captions.
CaptionBetween1
Indicates the “is between” filter for field captions.
CaptionContains2
Indicates the “contains” filter for field captions.
CaptionEndsWith3
Indicates the “ends with” filter for field captions.
CaptionEqual4
Indicates the “equal” filter for field captions.
CaptionGreaterThan5
Indicates the “is greater than” filter for field captions.
CaptionGreaterThanOrEqual6
Indicates the “is greater than or equal to” filter for field captions.
CaptionLessThan7
Indicates the “is less than” filter for field captions.
CaptionLessThanOrEqual8
Indicates the “is less than or equal to” filter for field captions.
CaptionNotBeginsWith9
Indicates the “does not begin with” filter for field captions.
CaptionNotBetween10
Indicates the “is not between” filter for field captions.
CaptionNotContains11
Indicates the “does not contain” filter for field captions.
CaptionNotEndsWith12
Indicates the “does not end with” filter for field captions.
CaptionNotEqual13
Indicates the “not equal” filter for field captions.
Count14
Indicates the “count” filter.
DateBetween15
Indicates the “between” filter for date values.
DateEqual16
Indicates the “equals” filter for date values.
DateNewerThan17
Indicates the “newer than” filter for date values.
DateNewerThanOrEqual18
Indicates the “newer than or equal to” filter for date values.
DateNotBetween19
Indicates the “not between” filter for date values.
DateNotEqual20
Indicates the “does not equal” filter for date values.
DateOlderThan21
Indicates the “older than” filter for date values.
DateOlderThanOrEqual22
Indicates the “older than or equal to” filter for date values.
LastMonth23
Indicates the “last month” filter for date values.
LastQuarter24
Indicates the “last quarter” filter for date values.
LastWeek25
Indicates the “last week” filter for date values.
LastYear26
Indicates the “last year” filter for date values.
M127
Indicates the “January” filter for date values.
M228
Indicates the “February” filter for date values.
M329
Indicates the “March” filter for date values.
M430
Indicates the “April” filter for date values.
M531
Indicates the “May” filter for date values.
M632
Indicates the “June” filter for date values.
M733
Indicates the “July” filter for date values.
M834
Indicates the “August” filter for date values.
M935
Indicates the “September” filter for date values.
M1036
Indicates the “October” filter for date values.
M1137
Indicates the “November” filter for date values.
M1238
Indicates the “December” filter for date values.
NextMonth39
Indicates the “next month” filter for date values.
NextQuarter40
Indicates the “next quarter” for date values.
NextWeek41
Indicates the “next week” for date values.
NextYear42
Indicates the “next year” filter for date values.
Percent43
Indicates the “percent” filter for numeric values.
Q144
Indicates the “first quarter” filter for date values.
Q245
Indicates the “second quarter” filter for date values.
Q346
Indicates the “third quarter” filter for date values.
Q447
Indicates the “fourth quarter” filter for date values.
Sum48
Indicates the “sum” filter for numeric values.
ThisMonth49
Indicates the “this month” filter for date values.
ThisQuarter50
Indicates the “this quarter” filter for date values.
ThisWeek51
Indicates the “this week” filter for date values.
ThisYear52
Indicate the “this year” filter for date values.
Today53
Indicates the “today” filter for date values.
Tomorrow54
Indicates the “tomorrow” filter for date values.
Unknown55
Indicates the PivotTable filter is unknown to the application.
ValueBetween56
Indicates the “Value between” filter for text and numeric values.
ValueEqual57
Indicates the “value equal” filter for text and numeric values.
ValueGreaterThan58
Indicates the “value greater than” filter for text and numeric values.
ValueGreaterThanOrEqual59
Indicates the “value greater than or equal to” filter for text and numeric values.
ValueLessThan60
Indicates the “value less than” filter for text and numeric values.
ValueLessThanOrEqual61
Indicates the “value less than or equal to” filter for text and numeric values.
ValueNotBetween62
Indicates the “value not between” filter for text and numeric values.
ValueNotEqual63
Indicates the “value not equal” filter for text and numeric values.
YearToDate64
Indicates the “year-to-date” filter for date values.
Yesterday65
Indicates the “yesterday” filter for date values.

See Also