Represents a specialized collection of NamedRange objects.
The following tables list the members exposed by the NamedRangeCollection type.
Name | Description | |
---|---|---|
![]() |
Overloaded. Adds an element to the collection. |
|
![]() |
Registers listener so that it will receive events from the collection. (Inherited from UndoableCollection.) |
|
![]() |
Registers listener so that it will receive events from the collection. (Inherited from NamedCollection.) |
|
![]() |
Removes all elements from the collection. |
|
![]() |
Determines whether an element is in the collection. (Inherited from UndoableCollection.) |
|
![]() |
Determines whether an element with the specified name is in the collection. (Inherited from NamedCollection.) |
|
![]() |
Gets the element at the specified index. |
|
![]() |
Gets the item with the specified name. If there is no item with the specified name, the indexer has no effect. (Inherited from NamedCollection.) |
|
![]() |
Searches for the specified item and returns the zero-based index of the first occurrence within the entire collection. (Inherited from UndoableCollection.) |
|
![]() |
(Inherited from UndoableCollection.) |
|
![]() |
Overloaded. Removes an element of the collection. |
|
![]() |
Unregisters listener so that it will no longer receive collection events. (Inherited from UndoableCollection.) |
|
![]() |
Unregisters listener so that it will no longer receive collection events. (Inherited from NamedCollection.) |
|
![]() |
Sets the element at the specified index. |
|
![]() |
Gets the number of items in the collection. (Inherited from UndoableCollection.) |
Name | Description | |
---|---|---|
![]() |
Gets a reference to the parent Workbook object. (Inherited from UndoableCollection.) |
|
![]() |
(Inherited from NamedCollection.) |
|
![]() |
Adds the specified item to the collection. If undo is enabled, the item is added through a command. Otherwise, the item is added directly. (Inherited from UndoableCollection.) |
|
![]() |
Clears the collection. If undo is enabled, the collection is cleared through a command. Otherwise, the collection is cleared directly. (Inherited from UndoableCollection.) |
|
![]() |
Moves the specified item to another position. If undo is enabled, the item is moved through a command. Otherwise, the item is moved directly. (Inherited from UndoableCollection.) |
|
![]() |
Removes the specified item to the collection. If undo is enabled, the item is removed through a command. Otherwise, the item is removed directly. (Inherited from UndoableCollection.) |
|
![]() |
Removes the specified item in the collection. If undo is enabled, the item is replaced through a command. Otherwise, the item is replaced directly. (Inherited from UndoableCollection.) |