Back to Devexpress

ISpreadsheetComponent.SheetRemoving Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-8b8a1254.md

latest1.5 KB
Original Source

ISpreadsheetComponent.SheetRemoving Event

Occurs when a worksheet is about to be removed from a workbook.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event SheetRemovingEventHandler SheetRemoving
vb
Event SheetRemoving As SheetRemovingEventHandler

Event Data

The SheetRemoving event's data class is SheetRemovingEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace