[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.ClipboardPaste

ClipboardPaste Method

ClipboardPaste()

Pastes the contents from the Clipboard to the sheet.

Declaration
public void ClipboardPaste()
Public Sub ClipboardPaste()

ClipboardPaste(ClipboardPasteOptions)

Pastes the contents from the Clipboard to the sheet according to the specified paste option.

Declaration
public void ClipboardPaste(ClipboardPasteOptions pasteOption)
Public Sub ClipboardPaste(pasteOption As ClipboardPasteOptions)
Parameters
Type Name Description
ClipboardPasteOptions pasteOption

Clipboard paste option (a setting of the ClipboardPasteOptions enumeration)

ClipboardPaste(ClipboardPasteOptions, IDataObject)

Pastes the contents from the Clipboard to the sheet according to the specified paste option.

Declaration
public void ClipboardPaste(ClipboardPasteOptions pasteOption, IDataObject data)
Public Sub ClipboardPaste(pasteOption As ClipboardPasteOptions, data As IDataObject)
Parameters
Type Name Description
ClipboardPasteOptions pasteOption

Clipboard paste option (a setting of the ClipboardPasteOptions enumeration)

IDataObject data

IDataObject

ClipboardPaste(ClipboardPasteOptions, IDataObject, CellRange)

Pastes the contents from the Clipboard to the sheet according to the specified paste option.

Declaration
public void ClipboardPaste(ClipboardPasteOptions pasteOption, IDataObject data, CellRange cellRange)
Public Sub ClipboardPaste(pasteOption As ClipboardPasteOptions, data As IDataObject, cellRange As CellRange)
Parameters
Type Name Description
ClipboardPasteOptions pasteOption

Clipboard paste option (a setting of the ClipboardPasteOptions enumeration)

IDataObject data

IDataObject

CellRange cellRange

Range of cells