Previous Cell command¶
Summary¶
Jumps to the previous cell in CSV mode.
Description¶
Jumps to the previous cell in CSV mode.
How to Run¶
Default Menu: None
All Commands: CSV > Previous Cell
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_PREV_CELL (4491)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4491);
[VBScript]¶
editor.ExecuteCommandByID 4491