GOOGLE.SHEETS.SHEET.DELETE
Premium
Experimental
Delete a sheet from specified spreadsheet.
Syntax
=GOOGLE.SHEETS.SHEET.DELETE(Spreadsheet-Id, Sheet-Id or Sheet-Name)
Arguments
Name | Type | Description |
---|---|---|
Spreadsheet-Id | Text | The id of the spreadsheet to delete sheet from. |
Sheet-Id or Sheet-Name | Number,Text | ID or name of the sheet to delete. |
Return
Type | Description |
---|---|
Boolean | TRUE if delete was successful. |
Examples
Formula | Result | Comment |
---|---|---|
| TRUE | Deletes the sheet S2 from spreadsheet with ID given in B2. |