cellLocation property

TableCellLocation? cellLocation
getter/setter pair

The reference table cell location from which a column will be deleted.

The column this cell spans will be deleted. If this is a merged cell, multiple columns will be deleted. If no columns remain in the table after this deletion, the whole table is deleted.

Implementation

TableCellLocation? cellLocation;