Class PivotAreaFilterCollection
Contents
[
Hide
]PivotAreaFilterCollection class
Represents the list of filters for PivotArea
public class PivotAreaFilterCollection : CollectionBase<PivotAreaFilter>
Constructors
Name | Description |
---|---|
PivotAreaFilterCollection() | The default constructor. |
Properties
Name | Description |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | Gets filter from the list by the index. |
Item { get; set; } |
Methods
Name | Description |
---|---|
BinarySearch(PivotAreaFilter) | |
BinarySearch(PivotAreaFilter, IComparer<PivotAreaFilter>) | |
BinarySearch(int, int, PivotAreaFilter, IComparer<PivotAreaFilter>) | |
Clear() | |
Contains(PivotAreaFilter) | |
CopyTo(PivotAreaFilter[]) | |
CopyTo(PivotAreaFilter[], int) | |
CopyTo(int, PivotAreaFilter[], int, int) | |
Exists(Predicate<PivotAreaFilter>) | |
Find(Predicate<PivotAreaFilter>) | |
FindAll(Predicate<PivotAreaFilter>) | |
FindIndex(Predicate<PivotAreaFilter>) | |
FindIndex(int, Predicate<PivotAreaFilter>) | |
FindIndex(int, int, Predicate<PivotAreaFilter>) | |
FindLast(Predicate<PivotAreaFilter>) | |
FindLastIndex(Predicate<PivotAreaFilter>) | |
FindLastIndex(int, Predicate<PivotAreaFilter>) | |
FindLastIndex(int, int, Predicate<PivotAreaFilter>) | |
GetEnumerator() | |
IndexOf(PivotAreaFilter) | |
IndexOf(PivotAreaFilter, int) | |
IndexOf(PivotAreaFilter, int, int) | |
LastIndexOf(PivotAreaFilter) | |
LastIndexOf(PivotAreaFilter, int) | |
LastIndexOf(PivotAreaFilter, int, int) | |
RemoveAt(int) |
See Also
- class CollectionBase<T>
- class PivotAreaFilter
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells