Spread Windows Forms 15.0
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
    public SheetView SheetView {get;}
    See Also