'Declaration
Overloads Sub Paste( _ ByVal destination As String _ )
'Usage
Dim instance As IWorksheet Dim destination As String instance.Paste(destination)
void Paste( string destination )
Parameters
- destination
- A System.String value that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used.