'Declaration
Protected Overridable Sub Pasting( _ ByVal pasteRange As IRange _ )
'Usage
Dim instance As CommandRange.PasteSpecial Dim pasteRange As IRange instance.Pasting(pasteRange)
protected virtual void Pasting( IRange pasteRange )
protected procedure Pasting( pasteRange: IRange ); virtual;
protected function Pasting( pasteRange : IRange );
protected: virtual void Pasting( IRange* pasteRange )
protected: virtual void Pasting( IRange^ pasteRange )
Parameters
- pasteRange
- Specifies the destination paste range after adjusting for the size of the data being pasted.