Move Column Right command

Summary

Moves the selected columns or the current column of the CSV document right one column.

Description

Moves the selected columns or the current column of the CSV document right one column.

How to Run

  • Default Menu: None

  • All Commands: Edit > Move > Move Column Right

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_MOVE_COLUMN_RIGHT (3994)

Macros

[JavaScript]

editor.ExecuteCommandByID(3994);

[VBScript]

editor.ExecuteCommandByID 3994