[]
Pastes the contents of the Clipboard onto the sheet.
IPicture Paste(IRange destination = null, bool link = true)
Function Paste(Optional destination As IRange = Nothing, Optional link As Boolean = True) As IPicture
| Type | Name | Description |
|---|---|---|
| IRange | destination | An IRange object that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used. |
| bool | link |
|
| Type | Description |
|---|---|
| IPicture | A IPicture object. |
Pastes the contents of the Clipboard onto the sheet.
IPicture Paste(string destination, bool link)
Function Paste(destination As String, link As Boolean) As IPicture
| Type | Name | Description |
|---|---|---|
| string | destination | A string value that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used. |
| bool | link |
|
| Type | Description |
|---|---|
| IPicture | A IPicture object. |