IUsedNameSet.ExistingDefinedNames Property
Provides access to the collection of defined names which already exist in the destination document.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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