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


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

    Property Value

    The source sheet.
    See Also