[]
Represents the event data for a ChildWorkbookCreated event for the Spread component, which occurs when a child sheet is created in a hierarchical spreadsheet.
public class ChildWorkbookCreatedEventArgs : EventArgs
Public Class ChildWorkbookCreatedEventArgs
Inherits EventArgs
Name | Description |
---|---|
ChildWorkbookCreatedEventArgs(SpreadView) | Creates a new object with the ChildWorkbookCreated event arguments. |
Name | Description |
---|---|
Workbook | Gets the child SpreadView object being created. |