DefinedNameCollection

DefinedNameCollection

Overview

DefinedNameCollection is a class in Aspose.Cells for NET. Inherits from: IEnumerable<DefinedName>.

DefinedNameCollection.Add adds a new defined name with the specified formula to the workbook.

Properties

NameTypeAccessDescription
CountintReadGets the total number of defined names in the collection

Methods

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