ListObjectCollection

ListObjectCollection class

Rappresenta una raccolta diListObject oggetti nel foglio di lavoro.

public class ListObjectCollection : CollectionBase<ListObject>

Proprietà

NomeDescrizione
Capacity { get; set; }
Count { get; }
Item { get; }Ottiene ListObject per indice. (2 indexers)
Item { get; set; }

Metodi

NomeDescrizione
Add(string, string, bool)Aggiunge un ListObject al foglio di lavoro.
Add(int, int, int, int, bool)Aggiunge un ListObject al foglio di lavoro.
BinarySearch(ListObject)
BinarySearch(ListObject, IComparer<ListObject>)
BinarySearch(int, int, ListObject, IComparer<ListObject>)
Clear()
Contains(ListObject)
CopyTo(ListObject[])
CopyTo(ListObject[], int)
CopyTo(int, ListObject[], int, int)
Exists(Predicate<ListObject>)
Find(Predicate<ListObject>)
FindAll(Predicate<ListObject>)
FindIndex(Predicate<ListObject>)
FindIndex(int, Predicate<ListObject>)
FindIndex(int, int, Predicate<ListObject>)
FindLast(Predicate<ListObject>)
FindLastIndex(Predicate<ListObject>)
FindLastIndex(int, Predicate<ListObject>)
FindLastIndex(int, int, Predicate<ListObject>)
GetEnumerator()
IndexOf(ListObject)
IndexOf(ListObject, int)
IndexOf(ListObject, int, int)
LastIndexOf(ListObject)
LastIndexOf(ListObject, int)
LastIndexOf(ListObject, int, int)
RemoveAt(int)
UpdateColumnName()Aggiorna tutti i nomi di colonna delle tabelle.

Guarda anche