delete_rows
Delete specified rows from a worksheet by providing the starting row index and number of rows to remove.
Instructions
Delete rows starting at the given position.
Args: sheet: Sheet index (0-based) row: First row to delete (1-based) count: Number of rows to delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| row | Yes | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |