Last Updated: Feb 14, 2022
Use this function to delete the row with the provided index range from the worksheet.
Delete Row (id_or_url, sheet_name_or_index , row_index, private_key, client_email)
Input Parameter Name | Description |
---|---|
id_or_url | ID or URL of Google Sheet |
sheet_name_or_index | Name or index of worksheet |
row_index | Index of a Row |
private_key | Private key of the service account |
client_email | Email ID of the service account |
Return Value | Description |
---|---|
Output |
|
Delete Row (ABC123, Invoice, 1, —–BEGIN PRIVATE KEY—–\nABCD\n—–END PRIVATE KEY—–, name@project-id.iam.gserviceaccount.com)
To view all the Google Sheets functions, click here.