Skip to main content
Row

SheetRenamedEventArgs.NewName Property

Gets the new name of the renamed worksheet.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string NewName { get; }

Property Value

Type Description
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