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