DefinedNameCollection
Overview
DefinedNameCollection is a class in Aspose.Cells FOSS for Java.
Inherits from: Iterable<DefinedName>.
Represents a collection of defined names in a workbook.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Returns the count. |
Methods
| Signature | Description |
|---|---|
getCount() → int | Returns the count. |
get(index: int) → DefinedName | Returns the requested item. |
add(name: String, formula: String) → int | Adds a new item to the current collection. |
add(name: String, formula: String, localSheetIndex: Integer) → int | Adds a new item to the current collection. |
removeAt(index: int) | Removes at. |
iterator() → Iterator<DefinedName> | Returns an iterator over the current collection. |