paste method
Pastes the data from the Sheet applet clipboard into the referenced range.
Syntax
Range.paste()
Applies to
Range object.
Parameters
none.
Return value
none.
Usage
To move the range, first cut it to the clipboard, using cut(), and then paste it to a new range, using paste().
See also
clear method
copy method
cut method