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.
public bool MergeCells();
Public Sub MergeCells()
The return value is true, if table cells could be merged. Otherwise it is false.