NameCollection
Contenuti
[
Nascondere
]NameCollection class
Rappresenta una raccolta di tutti iName oggetti nel foglio di calcolo.
public class NameCollection : CollectionBase<Name>
Proprietà
| Nome | Descrizione |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Ottiene ilName elemento all’indice specificato. (2 indexers) |
| Item { get; set; } |
Metodi
| Nome | Descrizione |
|---|---|
| Add(string) | Definisce un nuovo nome. |
| BinarySearch(Name) | |
| BinarySearch(Name, IComparer<Name>) | |
| BinarySearch(int, int, Name, IComparer<Name>) | |
| Clear() | Rimuovi tutti i nomi definiti che non sono referenziati dalle formule e dall’origine dati. Se viene fatto riferimento al nome definito, impostiamo solo Name.ReferTo come null e li nascondiamo. (2 methods) |
| Contains(Name) | |
| CopyTo(Name[]) | |
| CopyTo(Name[], int) | |
| CopyTo(int, Name[], int, int) | |
| Exists(Predicate<Name>) | |
| Filter(NameScopeType, int) | Ottiene tutti i nomi definiti in base all’ambito. |
| Find(Predicate<Name>) | |
| FindAll(Predicate<Name>) | |
| FindIndex(Predicate<Name>) | |
| FindIndex(int, Predicate<Name>) | |
| FindIndex(int, int, Predicate<Name>) | |
| FindLast(Predicate<Name>) | |
| FindLastIndex(Predicate<Name>) | |
| FindLastIndex(int, Predicate<Name>) | |
| FindLastIndex(int, int, Predicate<Name>) | |
| GetEnumerator() | |
| IndexOf(Name) | |
| IndexOf(Name, int) | |
| IndexOf(Name, int, int) | |
| LastIndexOf(Name) | |
| LastIndexOf(Name, int) | |
| LastIndexOf(Name, int, int) | |
| Remove(string) | Rimuovi il nome. |
| Remove(string[]) | Rimuove una matrice di nome |
| RemoveAt(int) | Rimuovere il nome nell’indice specifico. (2 methods) |
| RemoveDuplicateNames() | Rimuovi i nomi definiti duplicati |
| Sort() | Ordina i nomi definiti. |
Guarda anche
- class CollectionBase<T>
- class Name
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells