Version

NamedReferences Property (Workbook)

Gets the collection of named references in the workbook.
Syntax
'Declaration
 
Public ReadOnly Property NamedReferences As NamedReferenceCollection
public NamedReferenceCollection NamedReferences {get;}

Property Value

The collection of named references in the workbook.
Remarks

Named references are typically used to refer to cells or ranges of cells by name. The named reference names are used by formulas instead of explicitly naming the cells or cell ranges.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also