InsertTableColumnToTheRightCommand.execute Method
Executes the InsertTableColumnToTheRightCommand command.
Declaration
execute(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example:
richEdit.commands.insertTableColumnToTheRight.execute();
See Also