Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChildWorkbookCreatedEventArgs Class / Workbook Property


In This Topic
Workbook Property (ChildWorkbookCreatedEventArgs)
In This Topic
Gets the child SpreadView object being created.
Syntax
'Declaration
 
Public ReadOnly Property Workbook As SpreadView
 
'Usage
 
Dim instance As ChildWorkbookCreatedEventArgs
Dim value As SpreadView
 
value = instance.Workbook
See Also