set_borders
Apply or clear borders on a Google Sheets range. Specify style, color, and outer or inner edges with a single command.
Instructions
Set borders on an A1 range.
style: SOLID | SOLID_MEDIUM | SOLID_THICK | DASHED |
DOTTED | DOUBLE | NONE (use NONE to clear). top/bottom/
left/right are the outer edges; inner_* set borders between cells.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| left | No | ||
| color | No | #000000 | |
| range | Yes | ||
| right | No | ||
| style | No | SOLID | |
| bottom | No | ||
| inner_vertical | No | ||
| spreadsheet_id | Yes | ||
| inner_horizontal | No |