DefinedNameCollection

DefinedNameCollection

Vue de l’ensemble

‘DefinedNameCollection’ est une classe dans Aspose.Cells for NET. Inherits de: ‘IEnumerable<DefiéNome>’.

DefinedNameCollection.Add ajoute un nouveau nom définit avec la formule spécifiée au livre de travail.

Description

‘DefinedNameCollection’ est une classe dans la bibliothèque Aspose.Cells FOSS pour .NET qui expose 4 méthodes et 1 propriété pour l’utilisation programmatique. Il étend `IEnumerable<DefiéNome>’, héritant de fonctionnalités partagées de son type parent.

La classe fournit également la propriété « Count » (qui prend le nombre total de noms définis dans la collection).

Propriétés

NameTypeAccessDescription
CountintReadGets the total number of defined names in the collection

méthodes

SignatureDescription
Add(name: string, formula: string)Adds a workbook-scoped defined name with the specified formula
Add(name: string, formula: string, localSheetIndex: int?)
RemoveAt(index: int)Removes the defined name at the specified collection index
GetEnumerator()Returns an enumerator for iterating over defined names

Voir aussi

  • Aspose.Cells pour .NET — Enterprise API Reference
 Français