PivotFilterCollection
Contenu
[
Cacher
]PivotFilterCollection class
Représente une collection de tous les objets PivotFilter
public class PivotFilterCollection : CollectionBase<PivotFilter>
Propriétés
| Nom | La description |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Obtient l’objet pivotfilter à l’index spécifique. |
| Item { get; set; } |
Méthodes
| Nom | La description |
|---|---|
| Add(int, PivotFilterType) | Ajoute un objet PivotFilter au type spécifique |
| BinarySearch(PivotFilter) | |
| BinarySearch(PivotFilter, IComparer<PivotFilter>) | |
| BinarySearch(int, int, PivotFilter, IComparer<PivotFilter>) | |
| Clear() | |
| ClearFilter(int) | Effacer PivotFilter du PivotField spécifique |
| 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) |
Voir également
- class CollectionBase<T>
- class PivotFilter
- espace de noms Aspose.Cells.Pivot
- Assemblée Aspose.Cells