Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

DefinedNameConflictResolvingEventArgs.NameStatus Property

Gets the status of the conflict name.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public DefinedNameStatus NameStatus { get; }

Property Value

Type Description
DefinedNameStatus

A DefinedNameStatus enumeration value specifying the defined name status.

See Also