ListColumnCollection

ListColumnCollection class

代表所有的集合ListColumn指定 ListObject 对象中的对象。

public class ListColumnCollection : CollectionBase<ListColumn>

特性

姓名描述
Capacity { get; set; }
Count { get; }
Item { get; }通过索引获取ListColumn。 (2 indexers)
Item { get; set; }

方法

姓名描述
BinarySearch(ListColumn)
BinarySearch(ListColumn, IComparer<ListColumn>)
BinarySearch(int, int, ListColumn, IComparer<ListColumn>)
Clear()
Contains(ListColumn)
CopyTo(ListColumn[])
CopyTo(ListColumn[], int)
CopyTo(int, ListColumn[], int, int)
Exists(Predicate<ListColumn>)
Find(Predicate<ListColumn>)
FindAll(Predicate<ListColumn>)
FindIndex(Predicate<ListColumn>)
FindIndex(int, Predicate<ListColumn>)
FindIndex(int, int, Predicate<ListColumn>)
FindLast(Predicate<ListColumn>)
FindLastIndex(Predicate<ListColumn>)
FindLastIndex(int, Predicate<ListColumn>)
FindLastIndex(int, int, Predicate<ListColumn>)
GetEnumerator()
IndexOf(ListColumn)
IndexOf(ListColumn, int)
IndexOf(ListColumn, int, int)
LastIndexOf(ListColumn)
LastIndexOf(ListColumn, int)
LastIndexOf(ListColumn, int, int)
RemoveAt(int)

也可以看看