DataSorterKeyCollection
DataSorterKeyCollection class
表示数据排序器的键列表。
public class DataSorterKeyCollection : CollectionBase<DataSorterKey>
构造函数
姓名 | 描述 |
---|---|
DataSorterKeyCollection() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | 获取和设置DataSorterKey 按索引. |
Item { get; set; } |
方法
姓名 | 描述 |
---|---|
BinarySearch(DataSorterKey) | |
BinarySearch(DataSorterKey, IComparer<DataSorterKey>) | |
BinarySearch(int, int, DataSorterKey, IComparer<DataSorterKey>) | |
Clear() | |
Contains(DataSorterKey) | |
CopyTo(DataSorterKey[]) | |
CopyTo(DataSorterKey[], int) | |
CopyTo(int, DataSorterKey[], int, int) | |
Exists(Predicate<DataSorterKey>) | |
Find(Predicate<DataSorterKey>) | |
FindAll(Predicate<DataSorterKey>) | |
FindIndex(Predicate<DataSorterKey>) | |
FindIndex(int, Predicate<DataSorterKey>) | |
FindIndex(int, int, Predicate<DataSorterKey>) | |
FindLast(Predicate<DataSorterKey>) | |
FindLastIndex(Predicate<DataSorterKey>) | |
FindLastIndex(int, Predicate<DataSorterKey>) | |
FindLastIndex(int, int, Predicate<DataSorterKey>) | |
GetEnumerator() | |
IndexOf(DataSorterKey) | |
IndexOf(DataSorterKey, int) | |
IndexOf(DataSorterKey, int, int) | |
LastIndexOf(DataSorterKey) | |
LastIndexOf(DataSorterKey, int) | |
LastIndexOf(DataSorterKey, int, int) | |
RemoveAt(int) |
也可以看看
- class CollectionBase<T>
- class DataSorterKey
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells