set_dimension_size
Resize a band of columns or rows to a specific pixel size by providing start and end indices in a Google Sheet.
Instructions
Set a fixed pixel size for a band of columns or rows.
dimension: COLUMNS or ROWS. Indices are zero-based and half-open
(start_index=0, end_index=3 covers the first three columns/rows).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| dimension | Yes | ||
| end_index | Yes | ||
| pixel_size | Yes | ||
| start_index | Yes | ||
| spreadsheet_id | Yes |