Back to Devexpress

IUsedNameSet.ExistingDefinedNames Property

officefileapi-devexpress-dot-spreadsheet-dot-iusednameset.md

latest1.6 KB
Original Source

IUsedNameSet.ExistingDefinedNames Property

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

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
IEnumerable<string> ExistingDefinedNames { get; }
vb
ReadOnly Property ExistingDefinedNames As IEnumerable(Of String)

Property Value

TypeDescription
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

IUsedNameSet Interface

IUsedNameSet Members

DevExpress.Spreadsheet Namespace