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