DeleteTableCellsWithShiftHorizontallyCommand Class
In This Article
A command to delete the selected table cells with a horizontal shift.
#Declaration
TypeScript
declare class DeleteTableCellsWithShiftHorizontallyCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.deleteTableCellsWithShiftHorizontally property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
DeleteTableCellsWithShiftHorizontallyCommand
See Also