Skip to main content
A newer version of this page is available. .
Row

DefinedNameConflictResolvingEventArgs.NameStatus Property

Gets the status of the conflict name.

Namespace: DevExpress.Spreadsheet

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

Declaration

public DefinedNameStatus NameStatus { get; }

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