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