'Declaration
Overloads Function Paste( _ Optional ByVal destination As IRange, _ Optional ByVal link As Boolean _ ) As IPicture
'Usage
Dim instance As IPictures Dim destination As IRange Dim link As Boolean Dim value As IPicture value = instance.Paste(destination, link)
IPicture Paste( IRange destination, bool link )
Parameters
- destination
- An GrapeCity.Spreadsheet.IRange object 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 picture; otherwise,false
.