copy method
Copies the data in the referenced range to the Sheet applet clipboard.
Syntax
rangeObject.copy()
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
cut method
paste method