Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChildViewCreatedEventArgs Class / SheetView Property


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