Click or drag to resize

PivotFilterValues Enumeration

Pivot Filter Types

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum PivotFilterValues
Members
Member nameValueDescription
Unknown0 Unknown.

When the item is serialized out as xml, its value is "unknown".

Count1 Count.

When the item is serialized out as xml, its value is "count".

Percent2 Percent.

When the item is serialized out as xml, its value is "percent".

Sum3 Sum.

When the item is serialized out as xml, its value is "sum".

CaptionEqual4 Caption Equals.

When the item is serialized out as xml, its value is "captionEqual".

CaptionNotEqual5 Caption Not Equal.

When the item is serialized out as xml, its value is "captionNotEqual".

CaptionBeginsWith6 Caption Begins With.

When the item is serialized out as xml, its value is "captionBeginsWith".

CaptionNotBeginsWith7 Caption Does Not Begin With.

When the item is serialized out as xml, its value is "captionNotBeginsWith".

CaptionEndsWith8 Caption Ends With.

When the item is serialized out as xml, its value is "captionEndsWith".

CaptionNotEndsWith9 Caption Does Not End With.

When the item is serialized out as xml, its value is "captionNotEndsWith".

CaptionContains10 Caption Contains.

When the item is serialized out as xml, its value is "captionContains".

CaptionNotContains11 Caption Does Not Contain.

When the item is serialized out as xml, its value is "captionNotContains".

CaptionGreaterThan12 Caption Is Greater Than.

When the item is serialized out as xml, its value is "captionGreaterThan".

CaptionGreaterThanOrEqual13 Caption Is Greater Than Or Equal To.

When the item is serialized out as xml, its value is "captionGreaterThanOrEqual".

CaptionLessThan14 Caption Is Less Than.

When the item is serialized out as xml, its value is "captionLessThan".

CaptionLessThanOrEqual15 Caption Is Less Than Or Equal To.

When the item is serialized out as xml, its value is "captionLessThanOrEqual".

CaptionBetween16 Caption Is Between.

When the item is serialized out as xml, its value is "captionBetween".

CaptionNotBetween17 Caption Is Not Between.

When the item is serialized out as xml, its value is "captionNotBetween".

ValueEqual18 Value Equal.

When the item is serialized out as xml, its value is "valueEqual".

ValueNotEqual19 Value Not Equal.

When the item is serialized out as xml, its value is "valueNotEqual".

ValueGreaterThan20 Value Greater Than.

When the item is serialized out as xml, its value is "valueGreaterThan".

ValueGreaterThanOrEqual21 Value Greater Than Or Equal To.

When the item is serialized out as xml, its value is "valueGreaterThanOrEqual".

ValueLessThan22 Value Less Than.

When the item is serialized out as xml, its value is "valueLessThan".

ValueLessThanOrEqual23 Value Less Than Or Equal To.

When the item is serialized out as xml, its value is "valueLessThanOrEqual".

ValueBetween24 Value Between.

When the item is serialized out as xml, its value is "valueBetween".

ValueNotBetween25 Value Not Between.

When the item is serialized out as xml, its value is "valueNotBetween".

DateEqual26 Date Equals.

When the item is serialized out as xml, its value is "dateEqual".

DateNotEqual27 Date Does Not Equal.

When the item is serialized out as xml, its value is "dateNotEqual".

DateOlderThan28 Date Older Than.

When the item is serialized out as xml, its value is "dateOlderThan".

DateOlderThanOrEqual29 Date Older Than Or Equal.

When the item is serialized out as xml, its value is "dateOlderThanOrEqual".

DateNewerThan30 Date Newer Than.

When the item is serialized out as xml, its value is "dateNewerThan".

DateNewerThanOrEqual31 Date Newer Than or Equal To.

When the item is serialized out as xml, its value is "dateNewerThanOrEqual".

DateBetween32 Date Between.

When the item is serialized out as xml, its value is "dateBetween".

DateNotBetween33 Date Not Between.

When the item is serialized out as xml, its value is "dateNotBetween".

Tomorrow34 Tomorrow.

When the item is serialized out as xml, its value is "tomorrow".

Today35 Today.

When the item is serialized out as xml, its value is "today".

Yesterday36 Yesterday.

When the item is serialized out as xml, its value is "yesterday".

NextWeek37 Next Week.

When the item is serialized out as xml, its value is "nextWeek".

ThisWeek38 This Week.

When the item is serialized out as xml, its value is "thisWeek".

LastWeek39 Last Week.

When the item is serialized out as xml, its value is "lastWeek".

NextMonth40 Next Month.

When the item is serialized out as xml, its value is "nextMonth".

ThisMonth41 This Month.

When the item is serialized out as xml, its value is "thisMonth".

LastMonth42 Last Month.

When the item is serialized out as xml, its value is "lastMonth".

NextQuarter43 Next Quarter.

When the item is serialized out as xml, its value is "nextQuarter".

ThisQuarter44 This Quarter.

When the item is serialized out as xml, its value is "thisQuarter".

LastQuarter45 Last Quarter.

When the item is serialized out as xml, its value is "lastQuarter".

NextYear46 Next Year.

When the item is serialized out as xml, its value is "nextYear".

ThisYear47 This Year.

When the item is serialized out as xml, its value is "thisYear".

LastYear48 Last Year.

When the item is serialized out as xml, its value is "lastYear".

YearToDate49 Year-To-Date.

When the item is serialized out as xml, its value is "yearToDate".

Quarter150 First Quarter.

When the item is serialized out as xml, its value is "Q1".

Quarter251 Second Quarter.

When the item is serialized out as xml, its value is "Q2".

Quarter352 Third Quarter.

When the item is serialized out as xml, its value is "Q3".

Quarter453 Fourth Quarter.

When the item is serialized out as xml, its value is "Q4".

January54 January.

When the item is serialized out as xml, its value is "M1".

February55 Dates in February.

When the item is serialized out as xml, its value is "M2".

March56 Dates in March.

When the item is serialized out as xml, its value is "M3".

April57 Dates in April.

When the item is serialized out as xml, its value is "M4".

May58 Dates in May.

When the item is serialized out as xml, its value is "M5".

June59 Dates in June.

When the item is serialized out as xml, its value is "M6".

July60 Dates in July.

When the item is serialized out as xml, its value is "M7".

August61 Dates in August.

When the item is serialized out as xml, its value is "M8".

September62 Dates in September.

When the item is serialized out as xml, its value is "M9".

October63 Dates in October.

When the item is serialized out as xml, its value is "M10".

November64 Dates in November.

When the item is serialized out as xml, its value is "M11".

December65 Dates in December.

When the item is serialized out as xml, its value is "M12".

See Also