Spread Windows Forms 12.0 Product Documentation
ClipboardPaste(ClipboardPasteOptions,IDataObject) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > ClipboardPaste Method : ClipboardPaste(ClipboardPasteOptions,IDataObject) Method
Clipboard paste option (a setting of the ClipboardPasteOptions enumeration)
IDataObject
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 _
) 
'Usage
 
Dim instance As SheetView
Dim pasteOption As ClipboardPasteOptions
Dim data As IDataObject
 
instance.ClipboardPaste(pasteOption, data)
public void ClipboardPaste( 
   ClipboardPasteOptions pasteOption,
   IDataObject data
)

Parameters

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

Reference

SheetView Class
SheetView Members
Overload List