Pastes the contents of the Clipboard onto the sheet.
protected virtual void PasteCore(
IRange
)
'Declaration
Protected Overridable Sub PasteCore( _
ByVal As IRange _
)
'Usage
Dim instance As Worksheet
Dim destination As IRange
instance.PasteCore(destination)
Parameters
- destination
- An IRange object that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used.