[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IPictures.Paste

Paste Method

Paste(IRange, bool)

Pastes the contents of the Clipboard onto the sheet.

Declaration
IPicture Paste(IRange destination = null, bool link = true)
Function Paste(Optional destination As IRange = Nothing, Optional link As Boolean = True) As IPicture
Parameters
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

true to establish a link to the source of the pasted picture; otherwise, false.

Returns
Type Description
IPicture

A IPicture object.

Paste(string, bool)

Pastes the contents of the Clipboard onto the sheet.

Declaration
IPicture Paste(string destination, bool link)
Function Paste(destination As String, link As Boolean) As IPicture
Parameters
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

true to establish a link to the source of the pasted picture; otherwise, false.

Returns
Type Description
IPicture

A IPicture object.