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