Move/Copy Columns command¶
Summary¶
Moves or copies selected columns or the current column of the CSV document to the specified position.
Description¶
This command displays the Move/Copy Columns dialog box,and moves or copies selected columns or the current column of the CSV document to the specified position.
How to Run¶
Default Menu: None
All Commands: CSV > Columns > Move/Copy Columns
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_MOVE_COLUMN (4046)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4046);
[VBScript]¶
editor.ExecuteCommandByID 4046