Merges all selected table cells in this table. The Table.CanMergeCells property can be used to determine, if table cells can be merged or not.

Introduced: 17.0.

MergeCells()

public bool MergeCells();
Public Sub MergeCells()

Return Value

The return value is true, if table cells could be merged. Otherwise it is false.