Click or drag to resize

ExcelNamedRangesCollection Methods

The ExcelNamedRangesCollection type exposes the following members.

Methods
 NameDescription
Public methodAddNamedRange Creates and adds a new named range to the collection.
Public methodGetEnumerator Gets the collection enumerator
Public methodRemoveNamedRange(Int32) Removes the named range at the specified zero based index from collection.
Public methodRemoveNamedRange(String) Removes the named range with the specified name from collection.
Top
See Also