TXTextControl.TableSplitCells Method

This method splits all selected table cells. Only previously merged cells can be split. The TableCanSplitCells property can be used to determine if table cells can be split or not.

Introduced: 17.0.

Syntax

TXTextControl.TableSplitCells

Return Value

The method returns True, if the table cells could successfully be split. The method returns False, if an error has occurred, or if the current selection is not within a single table.

Data Types

Return value:    Boolean.

See Also