The following tables list the members exposed by INames.
Public Properties
| Name | Description |
 | Count | Returns the number of defined names in the workbook which contains this defined name collection. |
 | Item | Overloaded. Returns the defined name specified by the zero based index. |
Top
Public Methods
| Name | Description |
 | Add | Overloaded. Adds a name to the collection using the default reference style for the IWorkbookSet, or modifies the name if it already exists. |
 | Contains | Returns true if the specified IName is contained by the collection of defined names, otherwise false is returned. |
 | GetEnumerator | (Inherited from System.Collections.IEnumerable) |
Top
See Also