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


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

    Property Value

    The source range.
    See Also