Class QueryTableCollection

QueryTableCollection class

A collection of QueryTableCollection objects that represent QueryTable collection information.

public class QueryTableCollection : CollectionBase<QueryTable>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; }Gets the querytable by the specific index.
Item { get; set; }

Methods

NameDescription
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)

See Also