DataSorterKeyCollection
Contenuti
[
Nascondere
]DataSorterKeyCollection class
Rappresenta l’elenco delle chiavi dell’ordinatore di dati.
public class DataSorterKeyCollection : CollectionBase<DataSorterKey>
Costruttori
Nome | Descrizione |
---|---|
DataSorterKeyCollection() | Default_Costruttore |
Proprietà
Nome | Descrizione |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | Ottiene e impostaDataSorterKey per indice. |
Item { get; set; } |
Metodi
Nome | Descrizione |
---|---|
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) |
Guarda anche
- class CollectionBase<T>
- class DataSorterKey
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells