Select CSV Column without Headings command¶
Summary¶
Selects the current column without headings as vertical selection mode in the CSV document.
Description¶
Selects the current column without headings as vertical selection mode in the CSV document.
How to Run¶
Default Menu: CSV > Columns > Select Column without Headings
All Commands: CSV > Columns > Select Column without Headings
Toolbar: + Select Column without Headings
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_SELECT_COLUMN (4461)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4461);
[VBScript]¶
editor.ExecuteCommandByID 4461