tableBorderCells property

List<TableBorderCell>? tableBorderCells
getter/setter pair

Properties of each border cell.

When a border's adjacent table cells are merged, it is not included in the response.

Implementation

core.List<TableBorderCell>? tableBorderCells;