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


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

    Property Value

    The soruce range.
    See Also