Class PivotFilterCollection

PivotFilterCollection class

Represents a collection of all the PivotFilter objects

public class PivotFilterCollection : CollectionBase<PivotFilter>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; }Gets the pivotfilter object at the specific index.
Item { get; set; }

Methods

NameDescription
Add(int, PivotFilterType)Adds a PivotFilter Object to the specific type
BinarySearch(PivotFilter)
BinarySearch(PivotFilter, IComparer<PivotFilter>)
BinarySearch(int, int, PivotFilter, IComparer<PivotFilter>)
Clear()
ClearFilter(int)Clear PivotFilter from the specific PivotField
Contains(PivotFilter)
CopyTo(PivotFilter[])
CopyTo(PivotFilter[], int)
CopyTo(int, PivotFilter[], int, int)
Exists(Predicate<PivotFilter>)
Find(Predicate<PivotFilter>)
FindAll(Predicate<PivotFilter>)
FindIndex(Predicate<PivotFilter>)
FindIndex(int, Predicate<PivotFilter>)
FindIndex(int, int, Predicate<PivotFilter>)
FindLast(Predicate<PivotFilter>)
FindLastIndex(Predicate<PivotFilter>)
FindLastIndex(int, Predicate<PivotFilter>)
FindLastIndex(int, int, Predicate<PivotFilter>)
GetEnumerator()
IndexOf(PivotFilter)
IndexOf(PivotFilter, int)
IndexOf(PivotFilter, int, int)
LastIndexOf(PivotFilter)
LastIndexOf(PivotFilter, int)
LastIndexOf(PivotFilter, int, int)
RemoveAt(int)

See Also