borderPosition property

String? borderPosition
getter/setter pair

The border position in the table range the updates should apply to.

If a border position is not specified, the updates will apply to all borders in the table range. Possible string values are:

  • "ALL" : All borders in the range.
  • "BOTTOM" : Borders at the bottom of the range.
  • "INNER" : Borders on the inside of the range.
  • "INNER_HORIZONTAL" : Horizontal borders on the inside of the range.
  • "INNER_VERTICAL" : Vertical borders on the inside of the range.
  • "LEFT" : Borders at the left of the range.
  • "OUTER" : Borders along the outside of the range.
  • "RIGHT" : Borders at the right of the range.
  • "TOP" : Borders at the top of the range.

Implementation

core.String? borderPosition;