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