Search results

BorderOptions API in JavaScript (ES5) Spreadsheet API control

Specifies the options for applying borders to cells.

Properties

border

string

Specifies the CSS-style border value to apply.

type

BorderType

Specifies the type of border to apply. Common types:

  • Inner: Applies borders to the inside edges of the range.
  • Outer: Applies borders to the outer edges of the range.
  • Horizontal: Applies borders between rows.
  • Vertical: Applies borders between columns.