delete_dimension
Delete a range of rows or columns from a Google Sheet by providing the dimension and start and end indexes.
Instructions
Delete columns or rows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | The ID of the sheet | |
| dimension | Yes | Whether to delete rows or columns | |
| end_index | Yes | Ending index (exclusive) | |
| start_index | Yes | Starting index (0-based) to delete | |
| spreadsheet_id | Yes | The ID of the spreadsheet |