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

DefinedNameConflictResolvingEventArgs.OldName Property

Gets the defined name for which the event is fired.

Namespace: DevExpress.Spreadsheet

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

Declaration

public string OldName { get; }

Property Value

Type Description
String

A String value which specifies the conflict name.

See Also