Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / ClipboardPaste Method / ClipboardPaste(CellRange) Method
The pasted cell range on the sheet.


In This Topic
    ClipboardPaste(CellRange) Method
    In This Topic
    Pastes content from the Clipboard to a cell range on the sheet.
    Syntax
    'Declaration
     
    Public Overloads Sub ClipboardPaste( _
       ByVal range As CellRange _
    ) 
    'Usage
     
    Dim instance As SheetView
    Dim range As CellRange
     
    instance.ClipboardPaste(range)
    public void ClipboardPaste( 
       CellRange range
    )

    Parameters

    range
    The pasted cell range on the sheet.
    See Also