PivotFilterCollection
Inhalt
[
Ausblenden
]PivotFilterCollection class
Repräsentiert eine Sammlung aller PivotFilter-Objekte
public class PivotFilterCollection : CollectionBase<PivotFilter>
Eigenschaften
| Name | Beschreibung |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Ruft das Pivotfilter-Objekt am spezifischen Index ab. |
| Item { get; set; } |
Methoden
| Name | Beschreibung |
|---|---|
| Add(int, PivotFilterType) | Fügt dem spezifischen Typ ein PivotFilter-Objekt hinzu |
| BinarySearch(PivotFilter) | |
| BinarySearch(PivotFilter, IComparer<PivotFilter>) | |
| BinarySearch(int, int, PivotFilter, IComparer<PivotFilter>) | |
| Clear() | |
| ClearFilter(int) | PivotFilter aus dem spezifischen PivotField löschen |
| 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) |
Siehe auch
- class CollectionBase<T>
- class PivotFilter
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells