API Reference
ExcelPivotFilterType
Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.
Inheritance
- Enum
- ExcelPivotFilterType
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelPivotFilter.Type
- Property ExcelPivotFilterInfo.Type
- Field ExcelPivotFilterType.April
- Field ExcelPivotFilterType.August
- Field ExcelPivotFilterType.CaptionBeginsWith
- Field ExcelPivotFilterType.CaptionBetween
- Field ExcelPivotFilterType.CaptionContains
- Field ExcelPivotFilterType.CaptionEndsWith
- Field ExcelPivotFilterType.CaptionEqual
- Field ExcelPivotFilterType.CaptionGreaterThan
- Field ExcelPivotFilterType.CaptionGreaterThanOrEqual
- Field ExcelPivotFilterType.CaptionLessThan
- Field ExcelPivotFilterType.CaptionLessThanOrEqual
- Field ExcelPivotFilterType.CaptionNotBeginsWith
- Field ExcelPivotFilterType.CaptionNotBetween
- Field ExcelPivotFilterType.CaptionNotContains
- Field ExcelPivotFilterType.CaptionNotEndsWith
- Field ExcelPivotFilterType.CaptionNotEqual
- Field ExcelPivotFilterType.Count
- Field ExcelPivotFilterType.DateBetween
- Field ExcelPivotFilterType.DateEqual
- Field ExcelPivotFilterType.DateNewerThan
- Field ExcelPivotFilterType.DateNewerThanOrEqual
- Field ExcelPivotFilterType.DateNotBetween
- Field ExcelPivotFilterType.DateNotEqual
- Field ExcelPivotFilterType.DateOlderThan
- Field ExcelPivotFilterType.DateOlderThanOrEqual
- Field ExcelPivotFilterType.December
- Field ExcelPivotFilterType.February
- Field ExcelPivotFilterType.January
- Field ExcelPivotFilterType.July
- Field ExcelPivotFilterType.June
- Field ExcelPivotFilterType.LastMonth
- Field ExcelPivotFilterType.LastQuarter
- Field ExcelPivotFilterType.LastWeek
- Field ExcelPivotFilterType.LastYear
- Field ExcelPivotFilterType.March
- Field ExcelPivotFilterType.May
- Field ExcelPivotFilterType.NextMonth
- Field ExcelPivotFilterType.NextQuarter
- Field ExcelPivotFilterType.NextWeek
- Field ExcelPivotFilterType.NextYear
- Field ExcelPivotFilterType.November
- Field ExcelPivotFilterType.October
- Field ExcelPivotFilterType.Percent
- Field ExcelPivotFilterType.Quarter1
- Field ExcelPivotFilterType.Quarter2
- Field ExcelPivotFilterType.Quarter3
- Field ExcelPivotFilterType.Quarter4
- Field ExcelPivotFilterType.September
- Field ExcelPivotFilterType.Sum
- Field ExcelPivotFilterType.ThisMonth
- Field ExcelPivotFilterType.ThisQuarter
- Field ExcelPivotFilterType.ThisWeek
- Field ExcelPivotFilterType.ThisYear
- Field ExcelPivotFilterType.Today
- Field ExcelPivotFilterType.Tomorrow
- Field ExcelPivotFilterType.Unknown
- Field ExcelPivotFilterType.ValueBetween
- Field ExcelPivotFilterType.ValueEqual
- Field ExcelPivotFilterType.ValueGreaterThan
- Field ExcelPivotFilterType.ValueGreaterThanOrEqual
- Field ExcelPivotFilterType.ValueLessThan
- Field ExcelPivotFilterType.ValueLessThanOrEqual
- Field ExcelPivotFilterType.ValueNotBetween
- Field ExcelPivotFilterType.ValueNotEqual
- Field ExcelPivotFilterType.YearToDate
- Field ExcelPivotFilterType.Yesterday
Accepted by parameters
- Method ExcelPivotFilter.Date
- Method ExcelPivotFilter.DynamicDate
- Method ExcelPivotFilter.Label
- Method ExcelPivotFilter.Value
- Constructor ExcelPivotFilterInfo.ExcelPivotFilterInfo
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const ExcelPivotFilterType CaptionNotEqual #Represents the Open XML value captionNotEqual.
5public const ExcelPivotFilterType CaptionBeginsWith #Represents the Open XML value captionBeginsWith.
6public const ExcelPivotFilterType CaptionNotBeginsWith #Represents the Open XML value captionNotBeginsWith.
7public const ExcelPivotFilterType CaptionEndsWith #Represents the Open XML value captionEndsWith.
8public const ExcelPivotFilterType CaptionNotEndsWith #Represents the Open XML value captionNotEndsWith.
9public const ExcelPivotFilterType CaptionContains #Represents the Open XML value captionContains.
10public const ExcelPivotFilterType CaptionNotContains #Represents the Open XML value captionNotContains.
11public const ExcelPivotFilterType CaptionGreaterThan #Represents the Open XML value captionGreaterThan.
12public const ExcelPivotFilterType CaptionGreaterThanOrEqual #Represents the Open XML value captionGreaterThanOrEqual.
13public const ExcelPivotFilterType CaptionLessThan #Represents the Open XML value captionLessThan.
14public const ExcelPivotFilterType CaptionLessThanOrEqual #Represents the Open XML value captionLessThanOrEqual.
15public const ExcelPivotFilterType CaptionBetween #Represents the Open XML value captionBetween.
16public const ExcelPivotFilterType CaptionNotBetween #Represents the Open XML value captionNotBetween.
17public const ExcelPivotFilterType ValueNotEqual #Represents the Open XML value valueNotEqual.
19public const ExcelPivotFilterType ValueGreaterThan #Represents the Open XML value valueGreaterThan.
20public const ExcelPivotFilterType ValueGreaterThanOrEqual #Represents the Open XML value valueGreaterThanOrEqual.
21public const ExcelPivotFilterType ValueLessThan #Represents the Open XML value valueLessThan.
22public const ExcelPivotFilterType ValueLessThanOrEqual #Represents the Open XML value valueLessThanOrEqual.
23public const ExcelPivotFilterType ValueBetween #Represents the Open XML value valueBetween.
24public const ExcelPivotFilterType ValueNotBetween #Represents the Open XML value valueNotBetween.
25public const ExcelPivotFilterType DateNotEqual #Represents the Open XML value dateNotEqual.
27public const ExcelPivotFilterType DateOlderThan #Represents the Open XML value dateOlderThan.
28public const ExcelPivotFilterType DateOlderThanOrEqual #Represents the Open XML value dateOlderThanOrEqual.
29public const ExcelPivotFilterType DateNewerThan #Represents the Open XML value dateNewerThan.
30public const ExcelPivotFilterType DateNewerThanOrEqual #Represents the Open XML value dateNewerThanOrEqual.
31public const ExcelPivotFilterType DateNotBetween #Represents the Open XML value dateNotBetween.
33