[]
Pastes the contents from the Clipboard to the sheet.
public void ClipboardPaste()
Public Sub ClipboardPaste()
Pastes the contents from the Clipboard to the sheet according to the specified paste option.
public void ClipboardPaste(ClipboardPasteOptions pasteOption)
Public Sub ClipboardPaste(pasteOption As ClipboardPasteOptions)
Type | Name | Description |
---|---|---|
ClipboardPasteOptions | pasteOption | Clipboard paste option (a setting of the ClipboardPasteOptions enumeration) |
Pastes the contents from the Clipboard to the sheet according to the specified paste option.
public void ClipboardPaste(ClipboardPasteOptions pasteOption, IDataObject data)
Public Sub ClipboardPaste(pasteOption As ClipboardPasteOptions, data As IDataObject)
Type | Name | Description |
---|---|---|
ClipboardPasteOptions | pasteOption | Clipboard paste option (a setting of the ClipboardPasteOptions enumeration) |
IDataObject | data | IDataObject |
Pastes the contents from the Clipboard to the sheet according to the specified paste option.
public void ClipboardPaste(ClipboardPasteOptions pasteOption, IDataObject data, CellRange cellRange)
Public Sub ClipboardPaste(pasteOption As ClipboardPasteOptions, data As IDataObject, cellRange As CellRange)
Type | Name | Description |
---|---|---|
ClipboardPasteOptions | pasteOption | Clipboard paste option (a setting of the ClipboardPasteOptions enumeration) |
IDataObject | data | IDataObject |
CellRange | cellRange | Range of cells |