cellLocation property

TableCellLocation? cellLocation
getter/setter pair

The reference table cell location from which rows will be inserted.

A new row will be inserted above (or below) the row where the reference cell is. If the reference cell is a merged cell, a new row will be inserted above (or below) the merged cell.

Implementation

TableCellLocation? cellLocation;