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


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