Version

NamedReferences Property

Gets the collection of named references in the workbook.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also