Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

IUsedNameSet.ExistingDefinedNames Property

Provides access to the collection of defined names which already exist in the destination document.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

IEnumerable<string> ExistingDefinedNames { get; }

Property Value

Type Description
IEnumerable<String>

A IEnumerable<T><String,> collection of existing defined names.

Remarks

The ExistingDefinedNames property returns a collection containing workbook level names and local names defined in the destination worksheet into which data is pasted.

See Also