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