tableCellStyle property
The style to set on the table cells.
When updating borders, if a cell shares a border with an adjacent cell,
the corresponding border property of the adjacent cell is updated as well.
Borders that are merged and invisible are not updated. Since updating a
border shared by adjacent cells in the same request can cause conflicting
border updates, border updates are applied in the following order: -
border_right
- border_left
- border_bottom
- border_top
Implementation
TableCellStyle? tableCellStyle;