Splits all selected table cells in this table. Only previously merged cells can be split. The Table.CanSplitCells property can be used to determine, if table cells can be split or not.

Introduced: 17.0.

SplitCells()

public bool SplitCells();
Public Sub SplitCells()

Return Value

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