Cell Below (Cell Selection Mode Only) command

Summary

Jumps to the cell below in the CSV document.

Description

Jumps to the cell below in the CSV document.

How to Run

  • Default Menu: None

  • All Commands: CSV > Cell Selection Mode Only > Cell Below

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_CSV_DOWN (4080)

Macros

[JavaScript]

editor.ExecuteCommandByID(4080);

[VBScript]

editor.ExecuteCommandByID 4080