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()更新表的所有列名。

也可以看看