A command to insert a table column to the left of the current position in the table.
Namespace:DevExpress.Web.ASPxRichEdit.Scripts
Assembly:JavaScript

Syntax
JavaScript |
class InsertTableColumnToTheLeftCommand extends CommandWithSimpleStateBase
|

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

Inheritance Hierarchy
System.Object
CommandBase
CommandWithSimpleStateBase
InsertTableColumnToTheLeftCommand

See Also