Insert Column Right command¶
Summary¶
Inserts a new column at the right side of the current column in the separated value document.
Description¶
Inserts a new column at the right side of the current column in the separated value document.
How to Run¶
Default Menu: CSV > Columns > Insert Column Right
All Commands: CSV > Columns > Insert Column Right
Toolbar: + Insert Column Right
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_INSERT_COLUMN_RIGHT (3965)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3965);
[VBScript]¶
editor.ExecuteCommandByID 3965