cut method
Cuts the data in the referenced range and places it on the Sheet applet clipboard.
Syntax
rangeObject.cut()
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
paste method