tableCellLocation property

TableCellLocation? tableCellLocation
getter/setter pair

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

A new column will be inserted to the left (or right) of the column where the reference cell is. If the reference cell is a merged cell, a new column will be inserted to the left (or right) of the merged cell.

Implementation

TableCellLocation? tableCellLocation;