Back to Devexpress

DefinedNameStatus Enum

officefileapi-devexpress-dot-xtraspreadsheet-dot-services-d82f4413.md

latest2.2 KB
Original Source

DefinedNameStatus Enum

Lists values used to specify the defined name status.

Namespace : DevExpress.XtraSpreadsheet.Services

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum DefinedNameStatus
vb
Public Enum DefinedNameStatus

Members

NameDescription
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.

|

The following properties accept/return DefinedNameStatus values:

Remarks

The values listed by this enumeration are returned by the DefinedNameConflictResolvingEventArgs.NameStatus property to indicate the status of the defined name that caused a conflict during the copy/paste operation and the IDefinedNameValidator.Validate method used to check whether a new version of the conflict name is valid and unique.

See Also

SpreadsheetControl.DefinedNameConflictResolving

SpreadsheetControl.DefinedNameConflictResolving

DevExpress.XtraSpreadsheet.Services Namespace