Version

Search Results

Find(String,Worksheet) Method

Finds a named reference in the collection with a scope of the specified worksheet. Syntax Parameters name The name of the named reference to find.worksheetScope The worksheet that the named reference found must have a scope of. Return Value The named reference with the specified name or null if the named reference...

Find Method

Finds a named reference in the collection with a scope of the collections associated Workbook. Overload List

FindAll Method

Finds all named references in the collection with the specified name. Syntax Parameters name The name of the named references to find. Return Value An array of NamedReference instances with the specified name. Exceptions Exception Description System.ArgumentNullException name is null or empty. Remarks Named refere...

Item Property (NamedReferenceCollection)

Gets the named reference at the specified index. Syntax Parameters index The zero-based index of the named reference to get. Property Value The named reference at the specified index. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or index is greater than or equal to Co...

Remove Method (NamedReferenceCollection)

Removes the specified named reference from the collection. Syntax Parameters namedReference The named reference to remove fro the collection. Return Value True if the named reference existed in the collection and was removed; False otherwise.

RemoveAt Method (NamedReferenceCollection)

Removes the named reference at the specified index in the collection. Syntax Parameters index The zero-based index of the named reference in the collection. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or index is greater than or equal to Count.

Workbook Property (NamedReferenceCollection)

Gets the workbook associated with this collection. Syntax Property Value The workbook associated with this collection.

NamedReference Class Members

Public Properties Public Methods