QueryTableCollection
Contenuti
[
Nascondere
]QueryTableCollection class
Una raccolta diQueryTableCollection
oggetti che rappresentano le informazioni sulla raccolta di QueryTable.
public class QueryTableCollection : CollectionBase<QueryTable>
Proprietà
Nome | Descrizione |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | Ottiene la querytable dall’indice specifico. |
Item { get; set; } |
Metodi
Nome | Descrizione |
---|---|
BinarySearch(QueryTable) | |
BinarySearch(QueryTable, IComparer<QueryTable>) | |
BinarySearch(int, int, QueryTable, IComparer<QueryTable>) | |
Clear() | |
Contains(QueryTable) | |
CopyTo(QueryTable[]) | |
CopyTo(QueryTable[], int) | |
CopyTo(int, QueryTable[], int, int) | |
Exists(Predicate<QueryTable>) | |
Find(Predicate<QueryTable>) | |
FindAll(Predicate<QueryTable>) | |
FindIndex(Predicate<QueryTable>) | |
FindIndex(int, Predicate<QueryTable>) | |
FindIndex(int, int, Predicate<QueryTable>) | |
FindLast(Predicate<QueryTable>) | |
FindLastIndex(Predicate<QueryTable>) | |
FindLastIndex(int, Predicate<QueryTable>) | |
FindLastIndex(int, int, Predicate<QueryTable>) | |
GetEnumerator() | |
IndexOf(QueryTable) | |
IndexOf(QueryTable, int) | |
IndexOf(QueryTable, int, int) | |
LastIndexOf(QueryTable) | |
LastIndexOf(QueryTable, int) | |
LastIndexOf(QueryTable, int, int) | |
RemoveAt(int) |
Guarda anche
- class CollectionBase<T>
- class QueryTable
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells