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