DefinedNameConflictResolvingEventArgs.NewName Property
Gets or sets the name for a new version of the defined name being moved or copied.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the new defined name. |
Remarks
Note that the NewName property already contains an automatically generated unique name for the defined name being moved or copied. This name is formed by adding “_2” to the name’s end (e.g., “conflictName”, “conflictName_2”, “conflictName_2_2”, etc.).
You can use the suggested name or assign the custom name to the NewName property.
See Also