DynamicFilterValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dynamic Filter
public enum DynamicFilterValues
public readonly struct DynamicFilterValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues>
type DynamicFilterValues =
type DynamicFilterValues = struct
interface IEnumValue
interface IEnumValueFactory<DynamicFilterValues>
Public Enum DynamicFilterValues
Public Structure DynamicFilterValues
Implements IEnumValue, IEnumValueFactory(Of DynamicFilterValues), IEquatable(Of DynamicFilterValues)
- Inheritance
-
DynamicFilterValues
- Inheritance
-
DynamicFilterValues
Fields
Name | Value | Description |
---|---|---|
Null | 0 | Null. When the item is serialized out as xml, its value is "null". |
AboveAverage | 1 | Above Average. When the item is serialized out as xml, its value is "aboveAverage". |
BelowAverage | 2 | Below Average. When the item is serialized out as xml, its value is "belowAverage". |
Tomorrow | 3 | Tomorrow. When the item is serialized out as xml, its value is "tomorrow". |
Today | 4 | Today. When the item is serialized out as xml, its value is "today". |
Yesterday | 5 | Yesterday. When the item is serialized out as xml, its value is "yesterday". |
NextWeek | 6 | Next Week. When the item is serialized out as xml, its value is "nextWeek". |
ThisWeek | 7 | This Week. When the item is serialized out as xml, its value is "thisWeek". |
LastWeek | 8 | Last Week. When the item is serialized out as xml, its value is "lastWeek". |
NextMonth | 9 | Next Month. When the item is serialized out as xml, its value is "nextMonth". |
ThisMonth | 10 | This Month. When the item is serialized out as xml, its value is "thisMonth". |
LastMonth | 11 | Last Month. When the item is serialized out as xml, its value is "lastMonth". |
NextQuarter | 12 | Next Quarter. When the item is serialized out as xml, its value is "nextQuarter". |
ThisQuarter | 13 | This Quarter. When the item is serialized out as xml, its value is "thisQuarter". |
LastQuarter | 14 | Last Quarter. When the item is serialized out as xml, its value is "lastQuarter". |
NextYear | 15 | Next Year. When the item is serialized out as xml, its value is "nextYear". |
ThisYear | 16 | This Year. When the item is serialized out as xml, its value is "thisYear". |
LastYear | 17 | Last Year. When the item is serialized out as xml, its value is "lastYear". |
YearToDate | 18 | Year To Date. When the item is serialized out as xml, its value is "yearToDate". |
Quarter1 | 19 | 1st Quarter. When the item is serialized out as xml, its value is "Q1". |
Quarter2 | 20 | 2nd Quarter. When the item is serialized out as xml, its value is "Q2". |
Quarter3 | 21 | 3rd Quarter. When the item is serialized out as xml, its value is "Q3". |
Quarter4 | 22 | 4th Quarter. When the item is serialized out as xml, its value is "Q4". |
January | 23 | 1st Month. When the item is serialized out as xml, its value is "M1". |
February | 24 | 2nd Month. When the item is serialized out as xml, its value is "M2". |
March | 25 | 3rd Month. When the item is serialized out as xml, its value is "M3". |
April | 26 | 4th Month. When the item is serialized out as xml, its value is "M4". |
May | 27 | 5th Month. When the item is serialized out as xml, its value is "M5". |
June | 28 | 6th Month. When the item is serialized out as xml, its value is "M6". |
July | 29 | 7th Month. When the item is serialized out as xml, its value is "M7". |
August | 30 | 8th Month. When the item is serialized out as xml, its value is "M8". |
September | 31 | 9th Month. When the item is serialized out as xml, its value is "M9". |
October | 32 | 10th Month. When the item is serialized out as xml, its value is "M10". |
November | 33 | 11th Month. When the item is serialized out as xml, its value is "M11". |
December | 34 | 12th Month. When the item is serialized out as xml, its value is "M12". |
AboveAverage | Above Average. When the item is serialized out as xml, its value is "aboveAverage". |
|
April | 4th Month. When the item is serialized out as xml, its value is "M4". |
|
August | 8th Month. When the item is serialized out as xml, its value is "M8". |
|
BelowAverage | Below Average. When the item is serialized out as xml, its value is "belowAverage". |
|
December | 12th Month. When the item is serialized out as xml, its value is "M12". |
|
DynamicFilterValues(String) | Creates a new DynamicFilterValues enum instance |
|
Equality(DynamicFilterValues, DynamicFilterValues) | ||
Equals(DynamicFilterValues) | ||
Equals(Object) | ||
February | 2nd Month. When the item is serialized out as xml, its value is "M2". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<DynamicFilterValues>.Create(String) | ||
Inequality(DynamicFilterValues, DynamicFilterValues) | ||
January | 1st Month. When the item is serialized out as xml, its value is "M1". |
|
July | 7th Month. When the item is serialized out as xml, its value is "M7". |
|
June | 6th Month. When the item is serialized out as xml, its value is "M6". |
|
LastMonth | Last Month. When the item is serialized out as xml, its value is "lastMonth". |
|
LastQuarter | Last Quarter. When the item is serialized out as xml, its value is "lastQuarter". |
|
LastWeek | Last Week. When the item is serialized out as xml, its value is "lastWeek". |
|
LastYear | Last Year. When the item is serialized out as xml, its value is "lastYear". |
|
March | 3rd Month. When the item is serialized out as xml, its value is "M3". |
|
May | 5th Month. When the item is serialized out as xml, its value is "M5". |
|
NextMonth | Next Month. When the item is serialized out as xml, its value is "nextMonth". |
|
NextQuarter | Next Quarter. When the item is serialized out as xml, its value is "nextQuarter". |
|
NextWeek | Next Week. When the item is serialized out as xml, its value is "nextWeek". |
|
NextYear | Next Year. When the item is serialized out as xml, its value is "nextYear". |
|
November | 11th Month. When the item is serialized out as xml, its value is "M11". |
|
Null | Null. When the item is serialized out as xml, its value is "null". |
|
October | 10th Month. When the item is serialized out as xml, its value is "M10". |
|
Quarter1 | 1st Quarter. When the item is serialized out as xml, its value is "Q1". |
|
Quarter2 | 2nd Quarter. When the item is serialized out as xml, its value is "Q2". |
|
Quarter3 | 3rd Quarter. When the item is serialized out as xml, its value is "Q3". |
|
Quarter4 | 4th Quarter. When the item is serialized out as xml, its value is "Q4". |
|
September | 9th Month. When the item is serialized out as xml, its value is "M9". |
|
ThisMonth | This Month. When the item is serialized out as xml, its value is "thisMonth". |
|
ThisQuarter | This Quarter. When the item is serialized out as xml, its value is "thisQuarter". |
|
ThisWeek | This Week. When the item is serialized out as xml, its value is "thisWeek". |
|
ThisYear | This Year. When the item is serialized out as xml, its value is "thisYear". |
|
Today | Today. When the item is serialized out as xml, its value is "today". |
|
Tomorrow | Tomorrow. When the item is serialized out as xml, its value is "tomorrow". |
|
ToString() | ||
YearToDate | Year To Date. When the item is serialized out as xml, its value is "yearToDate". |
|
Yesterday | Yesterday. When the item is serialized out as xml, its value is "yesterday". |