clear method
Removes the data from the referenced range but does not place it on the Sheet applet clipboard.
Syntax
rangeObject.clear()
Applies to
Range object.
Parameters
none.
Return value
none.
Usage
To remove data from the range and place it on the clipboard, use cut().
See also
copy method
cut method
paste method