NameCollection
Contenido
[
Ocultar
]NameCollection class
Representa una colección de todos losName objetos en la hoja de cálculo.
public class NameCollection : CollectionBase<Name>
Propiedades
| Nombre | Descripción |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Obtiene elName elemento en el índice especificado. (2 indexers) |
| Item { get; set; } |
Métodos
| Nombre | Descripción |
|---|---|
| Add(string) | Define un nuevo nombre. |
| BinarySearch(Name) | |
| BinarySearch(Name, IComparer<Name>) | |
| BinarySearch(int, int, Name, IComparer<Name>) | |
| Clear() | Eliminar todos los nombres definidos a los que no hacen referencia las fórmulas y la fuente de datos. Si se hace referencia al nombre definido, solo establecemos Name.ReferTo como nulo y los ocultamos. (2 methods) |
| Contains(Name) | |
| CopyTo(Name[]) | |
| CopyTo(Name[], int) | |
| CopyTo(int, Name[], int, int) | |
| Exists(Predicate<Name>) | |
| Filter(NameScopeType, int) | Obtiene todos los nombres definidos por alcance. |
| 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) | Eliminar el nombre. |
| Remove(string[]) | Elimina una matriz de name |
| RemoveAt(int) | Eliminar el nombre en el índice específico. (2 methods) |
| RemoveDuplicateNames() | Eliminar los nombres definidos duplicados |
| Sort() | Ordena los nombres definidos. |
Ver también
- class CollectionBase<T>
- class Name
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells