MergeTableCellsCommand.execute Method
In This Article
Executes the MergeTableCellsCommand command.
#Declaration
TypeScript
execute(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Usage example:
richEdit.commands.mergeTableCells.execute();
See Also