Spread.Services Documentation
NewSheet Event (IWorkbook)
GrapeCity.Documents.Spread Namespace > IWorkbook Interface : NewSheet Event
Occurs when a new sheet is created in the workbook.
Syntax
event System.EventHandler<SheetEventArgs> NewSheet
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