PowerQueryFormulaCollection
Contenido
[
Ocultar
]PowerQueryFormulaCollection class
Representa todas las fórmulas de consulta de potencia en los datos del mashup.
public class PowerQueryFormulaCollection : CollectionBase<PowerQueryFormula>
Propiedades
| Nombre | Descripción |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | ObtienePowerQueryFormula por el índice en la lista. (2 indexers) |
| Item { get; set; } |
Métodos
| Nombre | Descripción |
|---|---|
| BinarySearch(PowerQueryFormula) | |
| BinarySearch(PowerQueryFormula, IComparer<PowerQueryFormula>) | |
| BinarySearch(int, int, PowerQueryFormula, IComparer<PowerQueryFormula>) | |
| Clear() | |
| Contains(PowerQueryFormula) | |
| CopyTo(PowerQueryFormula[]) | |
| CopyTo(PowerQueryFormula[], int) | |
| CopyTo(int, PowerQueryFormula[], int, int) | |
| Exists(Predicate<PowerQueryFormula>) | |
| Find(Predicate<PowerQueryFormula>) | |
| FindAll(Predicate<PowerQueryFormula>) | |
| FindIndex(Predicate<PowerQueryFormula>) | |
| FindIndex(int, Predicate<PowerQueryFormula>) | |
| FindIndex(int, int, Predicate<PowerQueryFormula>) | |
| FindLast(Predicate<PowerQueryFormula>) | |
| FindLastIndex(Predicate<PowerQueryFormula>) | |
| FindLastIndex(int, Predicate<PowerQueryFormula>) | |
| FindLastIndex(int, int, Predicate<PowerQueryFormula>) | |
| GetEnumerator() | |
| IndexOf(PowerQueryFormula) | |
| IndexOf(PowerQueryFormula, int) | |
| IndexOf(PowerQueryFormula, int, int) | |
| LastIndexOf(PowerQueryFormula) | |
| LastIndexOf(PowerQueryFormula, int) | |
| LastIndexOf(PowerQueryFormula, int, int) | |
| RemoveAt(int) |
Ver también
- class CollectionBase<T>
- class PowerQueryFormula
- espacio de nombres Aspose.Cells.QueryTables
- asamblea Aspose.Cells