Add/Delete Rows
Add or Delete the rows
Last updated
Add or Delete the rows
Last updated
Add or Delete the specified number of rows from the google sheets.
Credential: A variable name that references the user credential to access the resources.
SpreadSheet Id: The Id of the spreadsheet in which row is added or deleted.
Sheet Name: The name of the sheet in which row is added or deleted.
Row Index: The index of the row is to be added or deleted.
Number of Rows: The number of rows is to be added or deleted.
Mode: The mode for add delete row operation.
INSERT
- Insert the rows to the google sheet.
DELETE
- Delete the rows from the google sheet.