Back to Devexpress

SheetRenamedEventArgs.NewName Property

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

latest1.3 KB
Original Source

SheetRenamedEventArgs.NewName Property

Gets the new name of the renamed worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
String

A string that is the new name of the worksheet.

|

Remarks

Handle the SpreadsheetControl.SheetRenamed event and use the NewName property to determine the new name of the worksheet.

See Also

SheetRenamedEventArgs Class

SheetRenamedEventArgs Members

DevExpress.Spreadsheet Namespace