Version

NamedReferenceCollection Class Members

The following tables list the members exposed by NamedReferenceCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of named references in the collection.  
Public PropertyItemGets the named reference at the specified index.  
Public PropertyWorkbookGets the workbook associated with this collection.  
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a named reference with a scope of the collection's associated Workbook to the collection.  
Public MethodClearClears all named references from the collection.  
Public MethodContainsDetermines whether a named reference is in the collection.  
Public MethodFindOverloaded. Finds a named reference in the collection with a scope of the collection's associated Workbook.  
Public MethodFindAllFinds all named references in the collection with the specified name.  
Public MethodRemoveRemoves the specified named reference from the collection.  
Public MethodRemoveAtRemoves the named reference at the specified index in the collection.  
See Also