Skip to main content

InsertTableColumnToTheLeftCommand Class

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

#Declaration

TypeScript
declare class InsertTableColumnToTheLeftCommand extends CommandWithSimpleStateBase

#Remarks

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

#Inheritance

CommandBase
CommandWithSimpleStateBase
InsertTableColumnToTheLeftCommand
See Also