Spread.Services Documentation
SheetBeforeDelete Event (Workbook)
GrapeCity.Documents.Spread Namespace > Workbook Class : SheetBeforeDelete Event
Occurs before a sheet is deleted.
Syntax
public event System.EventHandler<SheetEventArgs> SheetBeforeDelete
Event Data

The event handler receives an argument of type SheetEventArgs containing data related to this event. The following SheetEventArgs properties provide information specific to this event.

PropertyDescription
Gets IWorksheet of SheetEventArgs.  
See Also