move_sheet
Move a sheet to a specified position index to reorder tabs in a spreadsheet.
Instructions
Move a sheet/tab to a different position (reorder tabs).
Args: spreadsheet_id: The ID of the spreadsheet sheet: Name of the sheet to move index: New 0-based position index
Returns: Result of the move operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| sheet | Yes | ||
| index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |