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() | 更新表的所有列名。 |
也可以看看
- class CollectionBase<T>
- class ListObject
- 命名空间 Aspose.Cells.Tables
- 部件 Aspose.Cells