'Declaration
Overloads Sub Paste( _ ByVal destination As String, _ Optional ByVal link As Boolean _ )
'Usage
Dim instance As IWorksheet Dim destination As String Dim link As Boolean instance.Paste(destination, link)
void Paste( string destination, bool link )
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.
- link
true
to establish a link to the source of the pasted data.