Back to Devexpress

ActiveSheetChangeEventArgsBase.OldActiveSheetName Property

officefileapi-devexpress-dot-spreadsheet-dot-activesheetchangeeventargsbase-6d81c892.md

latest1.7 KB
Original Source

ActiveSheetChangeEventArgsBase.OldActiveSheetName Property

Gets the name of the old active worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
String

A string value specifying the worksheet name.

|

Remarks

Use the OldActiveSheetName and ActiveSheetChangeEventArgsBase.NewActiveSheetName properties to obtain the old and new active worksheets in the SpreadsheetControl.ActiveSheetChanging and SpreadsheetControl.ActiveSheetChanged event handlers.

See Also

ActiveSheetChangeEventArgsBase Class

ActiveSheetChangeEventArgsBase Members

DevExpress.Spreadsheet Namespace