FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClipboardPaste Method / ClipboardPaste(ClipboardPasteOptions) Method
Clipboard paste option (a setting of the ClipboardPasteOptions enumeration)


In This Topic
ClipboardPaste(ClipboardPasteOptions) 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 _
) 
 
'Usage
 
Dim instance As SheetView
Dim pasteOption As ClipboardPasteOptions
 
instance.ClipboardPaste(pasteOption)

Parameters

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