Collection of defined names that are not directly related with one cell range. Supported in XLSX only.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public sealed class DefinedNameCollection : IEnumerable<DefinedName>, 
	IEnumerable
Visual Basic
Public NotInheritable Class DefinedNameCollection _
	Implements IEnumerable(Of DefinedName), IEnumerable

Inheritance Hierarchy

System..::..Object
  GemBox.Spreadsheet..::..DefinedNameCollection

See Also