SheetRemovingEventArgs(String) Constructor
Initializes a new instance of the SheetRemovingEventArgs class with the specified name of the worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
sheetName | String | A string that is the name of the worksheet to be removed. |
Remarks
The SheetRemovingEventArgs is created automatically and passed to the handler of the SheetRemoving event.
See Also