ListObjectCollection

ListObjectCollection class

يمثل مجموعة منListObject كائنات في ورقة العمل.

public class ListObjectCollection : CollectionBase<ListObject>

الخصائص

اسموصف
Capacity { get; set; }
Count { get; }
Item { get; }يحصل على ListObject حسب الفهرس . (2 indexers)
Item { get; set; }

طُرق

اسموصف
Add(string, string, bool)يضيف ListObject إلى ورقة العمل.
Add(int, int, int, int, bool)يضيف ListObject إلى ورقة العمل.
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()قم بتحديث كل اسم عمود الجداول .

أنظر أيضا