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