Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClipboardPaste Method / ClipboardPaste(ClipboardPasteOptions,IDataObject,CellRange) Method
Clipboard paste option (a setting of the ClipboardPasteOptions enumeration)
IDataObject
Range of cells


In This Topic
    ClipboardPaste(ClipboardPasteOptions,IDataObject,CellRange) Method
    In This Topic
    Pastes the contents from the Clipboard to the sheet according to the specified paste option.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClipboardPaste( _
       ByVal pasteOption As ClipboardPasteOptions, _
       ByVal data As IDataObject, _
       ByVal cellRange As CellRange _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim pasteOption As ClipboardPasteOptions
    Dim data As IDataObject
    Dim cellRange As CellRange
     
    instance.ClipboardPaste(pasteOption, data, cellRange)

    Parameters

    pasteOption
    Clipboard paste option (a setting of the ClipboardPasteOptions enumeration)
    data
    IDataObject
    cellRange
    Range of cells
    See Also