INameRanges Interface |
Namespace: Spire.Xls.Core
The INameRanges type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Returns the number of objects in the collection. Read-only Long.
|
|
|
Item Int32 |
Returns a single Name object from a Names collection.
|
|
|
Item String |
Returns a single Name object from a Names collection.
|
|
|
Parent |
Returns the parent object for the specified object.
|
|
|
ParentWorksheet |
Returns parent worksheet of the collection.
|
| Name | Description | |
|---|---|---|
|
|
Add(String) |
Defines a new name.
|
|
|
Add(INamedRange) |
Defines a new name.
|
|
|
Add(String, IXLSRange) |
Defines a new name.
|
|
|
Contains |
Determines whether the Nameranges contains an element with the specified name.
|
|
|
GetByName |
Returns a single Name object from a Names collection.
|
|
|
GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from
IEnumerable
.)
|
|
|
Remove |
Removes Name object from the collection.
|
|
|
RemoveAt |
Removes the element at the specified index of the collection.
|