Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / SheetBeforeDelete Event
In This Topic
    SheetBeforeDelete Event (IWorkbook)
    In This Topic
    Occurs before a sheet is deleted.
    Syntax
    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