Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / ClipboardPaste Method / ClipboardPaste(CellRange,ClipboardPasteOptions) Method
The pasted cell range.
The Clipboard paste option that indicates which content type to paste.


In This Topic
    ClipboardPaste(CellRange,ClipboardPasteOptions) 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, _
       ByVal option As ClipboardPasteOptions _
    ) 
    'Usage
     
    Dim instance As SheetView
    Dim range As CellRange
    Dim option As ClipboardPasteOptions
     
    instance.ClipboardPaste(range, option)
    public void ClipboardPaste( 
       CellRange range,
       ClipboardPasteOptions option
    )

    Parameters

    range
    The pasted cell range.
    option
    The Clipboard paste option that indicates which content type to paste.
    See Also