Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ClipboardPastedEventArgs Class / SheetView Property


In This Topic
    SheetView Property (ClipboardPastedEventArgs)
    In This Topic
    Gets the SheetView.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetView As SheetView
    'Usage
     
    
    Dim instance As ClipboardPastedEventArgs
    Dim value As SheetView
     
    value = instance.SheetView
    public SheetView SheetView {get;}
    See Also