Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ClipboardPastedEventArgs Class / SourceSheet Property


In This Topic
    SourceSheet Property (ClipboardPastedEventArgs)
    In This Topic
    Gets the source sheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property SourceSheet As Worksheet
    'Usage
     
    Dim instance As ClipboardPastedEventArgs
    Dim value As Worksheet
     
    value = instance.SourceSheet
    public Worksheet SourceSheet {get;}

    Property Value

    The source sheet.
    See Also