SplitTableCellsDialogCommand Class
In This Article
A command to invoke the Split Cells dialog.
#Declaration
TypeScript
declare class SplitTableCellsDialogCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.splitTableCellsDialog property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
SplitTableCellsDialogCommand
See Also