DefinedNameConflictResolvingEventArgs.NameStatus Property
Gets the status of the conflict name.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
DefinedNameStatus | A DefinedNameStatus enumeration value specifying the defined name status. |
Available values:
Name | Description |
---|---|
UniqueName | Specifies that a defined name is unique. |
ExistingName | Specifies that a defined name already exists on the destination worksheet or workbook. |
TableName | Specifies that a defined name is assigned to a table. |
InvalidName | Specifies that a defined name is invalid. |
See Also