Public Properties
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...
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...
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 ...
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...
Adds a named reference with a scope of the collections associated Workbook to the collection. Overload List
Clears all named references from the collection. Syntax
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.
Gets the number of named references in the collection. Syntax Property Value The number of named references in the collection.
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...