DefinedNameCollection
General
DefinedNameCollection is a class in Aspose.Cells for NET.
Inherits from: IEnumerable<DefinedName>.
DefinedNameCollection') és una classe en Aspose.Cells per NET. És heretat de: ゚IEnumerable<DefinedName>.
DefinedNameCollection.Add afegeix un nom definit nou amb la fórmula especificada al llibre de treball.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of defined names in the collection |
Mètodes
| Signature | Description |
|---|---|
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 |