Version

Search Results

Add(String,String) Method

Adds a named reference with a scope of the collections associated Workbook to the collection. Syntax Parameters name The name to give the named reference.formula The formula to give the named reference. Return Value The named reference which was added to the collection. Exceptions Exception Description System.Argu...

Add(String,String,CellReferenceMode) Method

Adds a named reference with a scope of the collections associated Workbook to the collection. Syntax Parameters name The name to give the named reference.formula The formula to give the named reference.cellReferenceMode The mode used to interpret cell references in the formula. Return Value The named reference whi...

Add(String,String,CellReferenceMode,Worksheet) Method

Adds a named reference with a scope of a worksheet to the collection. Syntax Parameters name The name to give the named reference.formula The formula to give the named reference.cellReferenceMode The mode used to interpret cell references in the formula.worksheet The scope of the named reference. Return Value The ...

Add(String,String,Worksheet) Method

Adds a named reference with a scope of a worksheet to the collection. Syntax Parameters name The name to give the named reference.formula The formula to give the named reference.worksheet The scope of the named reference. Return Value The named reference which was added to the collection. Exceptions Exception Desc...

Add Method (NamedReferenceCollection)

Adds a named reference with a scope of the collections associated Workbook to the collection. Overload List

Clear Method (NamedReferenceCollection)

Clears all named references from the collection. Syntax

Contains Method (NamedReferenceCollection)

Determines whether a named reference is in the collection. Syntax Parameters namedReference The named reference to locate in the collection. Return Value True if the named reference is found; False otherwise.

Count Property (NamedReferenceCollection)

Gets the number of named references in the collection. Syntax Property Value The number of named references in the collection.

Find(String) Method

Finds a named reference in the collection with a scope of the collections associated Workbook. Syntax Parameters name The name of the named reference to find. Return Value The named reference with the specified name or null if the named reference was not found. Exceptions Exception Description System.ArgumentNullE...