IUsedNameSet.ExistingDefinedNames Property
In This Article
Provides access to the collection of defined names which already exist in the destination document.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
IEnumerable<string> ExistingDefinedNames { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<String> | A IEnumerable |
#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