Skip to main content

InsertTableColumnToTheRightCommand Class

A command to insert a table column to the right of the current position in the table.

#Declaration

TypeScript
declare class InsertTableColumnToTheRightCommand extends CommandWithSimpleStateBase

#Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertTableColumnToTheRight property.

#Inheritance

CommandBase
CommandWithSimpleStateBase
InsertTableColumnToTheRightCommand
See Also