sheets_update_borders
Set borders on a range of cells in Google Sheets by specifying sheet, row/column range, sides, style, color, and width.
Instructions
Set cell borders. sides: top, bottom, left, right, innerHorizontal, innerVertical.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | #000000 | |
| sides | Yes | ||
| style | No | SOLID | |
| width | No | ||
| end_col | Yes | ||
| end_row | Yes | ||
| sheet_id | Yes | ||
| start_col | Yes | ||
| start_row | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |