PivotFormatConditionCollection
Contenu
[
Cacher
]PivotFormatConditionCollection class
Représente les conditions de format de tableau croisé dynamique.
public class PivotFormatConditionCollection : CollectionBase<PivotFormatCondition>
Propriétés
| Nom | La description |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Obtient l’objet pivot FormatCondition à l’index spécifique. |
| Item { get; set; } |
Méthodes
| Nom | La description |
|---|---|
| Add() | Ajoute un pivot FormatCondition à la collection. |
| BinarySearch(PivotFormatCondition) | |
| BinarySearch(PivotFormatCondition, IComparer<PivotFormatCondition>) | |
| BinarySearch(int, int, PivotFormatCondition, IComparer<PivotFormatCondition>) | |
| Clear() | |
| Contains(PivotFormatCondition) | |
| CopyTo(PivotFormatCondition[]) | |
| CopyTo(PivotFormatCondition[], int) | |
| CopyTo(int, PivotFormatCondition[], int, int) | |
| Exists(Predicate<PivotFormatCondition>) | |
| Find(Predicate<PivotFormatCondition>) | |
| FindAll(Predicate<PivotFormatCondition>) | |
| FindIndex(Predicate<PivotFormatCondition>) | |
| FindIndex(int, Predicate<PivotFormatCondition>) | |
| FindIndex(int, int, Predicate<PivotFormatCondition>) | |
| FindLast(Predicate<PivotFormatCondition>) | |
| FindLastIndex(Predicate<PivotFormatCondition>) | |
| FindLastIndex(int, Predicate<PivotFormatCondition>) | |
| FindLastIndex(int, int, Predicate<PivotFormatCondition>) | |
| GetEnumerator() | |
| IndexOf(PivotFormatCondition) | |
| IndexOf(PivotFormatCondition, int) | |
| IndexOf(PivotFormatCondition, int, int) | |
| LastIndexOf(PivotFormatCondition) | |
| LastIndexOf(PivotFormatCondition, int) | |
| LastIndexOf(PivotFormatCondition, int, int) | |
| RemoveAt(int) |
Voir également
- class CollectionBase<T>
- class PivotFormatCondition
- espace de noms Aspose.Cells.Pivot
- Assemblée Aspose.Cells