[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorksheet.Paste

Paste Method

Paste(IRange, bool)

Pastes the contents of the Clipboard onto the sheet.

Declaration
void Paste(IRange destination = null, bool link = false)
Sub Paste(Optional destination As IRange = Nothing, Optional link As Boolean = False)
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 data.

Paste(string, bool)

Pastes the contents of the Clipboard onto the sheet.

Declaration
void Paste(string destination, bool link = false)
Sub Paste(destination As String, Optional link As Boolean = False)
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 data.