Clears a block of cells in a spread sheet.
The Clear Sheet Area is designed to clear one particular part of a given spread sheet. When multiple parts within the same spread sheet need to be cleared, please use this command several times with the corresponding values.
<code>Clear Sheet Area ss_Example[2,2] , 2 , 3</code> This example will clear a part of the sheet named "ss_Example". It will start from the cell at column 2, row 2 and will clear a block of cells of 2 columns wide and 3 rows high. In total six cells will be cleared.