'Declaration
Protected Overridable Sub PasteCore( _ ByVal destination As IRange _ )
protected virtual void PasteCore( IRange 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.