Back to Devexpress

SheetRenamedEventArgs.OldName Property

officefileapi-devexpress-dot-spreadsheet-dot-sheetrenamedeventargs-9d9019e8.md

latest1.3 KB
Original Source

SheetRenamedEventArgs.OldName Property

Gets the former name of the renamed worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public string OldName { get; }
vb
Public ReadOnly Property OldName As String

Property Value

TypeDescription
String

A string that is the name of the worksheet before it was renamed.

|

Remarks

Handle the SpreadsheetControl.SheetRenamed event and use the OldName property to determine the name of the worksheet before it was renamed.

See Also

SheetRenamedEventArgs Class

SheetRenamedEventArgs Members

DevExpress.Spreadsheet Namespace