CSV Mode command¶
Summary¶
Selects the CSV (Comma-separated) mode.
Description¶
Selects the CSV (Comma-separated) mode.
How to Run¶
Default Menu: None
All Commands: None
Toolbar:
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_MODE_CSV (4459)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4459);
[VBScript]¶
editor.ExecuteCommandByID 4459