verticalBorderRows property

List<TableBorderRow>? verticalBorderRows
getter/setter pair

Properties of vertical cell borders.

A table's vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.

Implementation

core.List<TableBorderRow>? verticalBorderRows;