Paste
function Paste(destination: ApiRange = null): void
Description
Pastes the contents of the clipboard to the current sheet.
Parameters
The cell range where the clipboard contents should be pasted. If this argument is omitted, the current selection is used.
Returns
void
Try It
var oWorksheet = Api.GetActiveSheet();
oWorksheet.Paste();