move_rows_or_columns
Move a range of rows or columns to a specified position using zero-based indices for start, end, and destination.
Instructions
Move rows or columns to destination_index; indices are zero-based.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| dimension | Yes | ||
| end_index | Yes | ||
| start_index | Yes | ||
| spreadsheet_id | Yes | ||
| destination_index | Yes |