TXTextControl.TableMergeCells Method

This method merges all selected table cells. The TableCanMergeCells property informs whether table cells can be merged or not.

Introduced: 17.0.

Syntax

TXTextControl.TableMergeCells

Return Value

The method returns True, if the table cells could successfully be merged. 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