Deletes the contents of the specified range. Although the contents are deleted, the range itself is not.
CALL METHOD spreadsheet->clear_range
EXPORTING name = name
no_flush = no_flush
IMPORTING error = error
retcode = retcode.
|
Parameter
|
Optional
|
Description
|
|
name
|
|
The range to be deleted.
|