MergeTableCellsCommand Class
In This Article
A command to merge the selected table cells.
#Declaration
TypeScript
declare class MergeTableCellsCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.mergeTableCells property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
MergeTableCellsCommand
See Also