cellLocation property

TableCellLocation? cellLocation
getter/setter pair

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

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

Implementation

TableCellLocation? cellLocation;