GOOGLE.SHEETS.CELL.DELETE
Premium
Experimental
Delete cells from a Google sheet.
Syntax
=GOOGLE.SHEETS.CELL.DELETE(Spreadsheet-Id, Sheet-Id or Sheet-Name, Cells)
Arguments
| Name | Type | Description | 
|---|---|---|
| Spreadsheet-Id | Text | The id of the spreadsheet to delete cells from. | 
| Sheet-Id or Sheet-Name | Number,Text | ID or name of the sheet to delete cells from. | 
| Cells | Text | A string conforming to Google cells notation which specifies the cells to delete. | 
Return
| Type | Description | 
|---|---|
| Boolean | TRUE if delete was successful. | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | TRUE | Deletes cells A1:C3 from sheet S2 of spreadsheet with the ID given in B2. |