BorderOptions
23 Sep 20251 minute to read
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.