Click or drag to resize

INameRanges Methods

The INameRanges type exposes the following members.

Methods
Name Description
Public method Add(String)
Defines a new name.
Public method Add(INamedRange)
Defines a new name.
Public method Add(String, IXLSRange)
Defines a new name.
Public method Contains
Determines whether the Nameranges contains an element with the specified name.
Public method GetByName
Returns a single Name object from a Names collection.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method Remove
Removes Name object from the collection.
Public method RemoveAt
Removes the element at the specified index of the collection.
Top
See Also