PivotFormatConditionCollection
Contenido
[
Ocultar
]PivotFormatConditionCollection class
Representa condiciones de formato de tabla dinámica.
public class PivotFormatConditionCollection : CollectionBase<PivotFormatCondition>
Propiedades
| Nombre | Descripción |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Obtiene el objeto pivote FormatCondition en el índice específico. |
| Item { get; set; } |
Métodos
| Nombre | Descripción |
|---|---|
| Add() | Agrega una condición de formato pivote a la colección. |
| 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) |
Ver también
- class CollectionBase<T>
- class PivotFormatCondition
- espacio de nombres Aspose.Cells.Pivot
- asamblea Aspose.Cells