Cell Selection Mode command

Summary

Toggles the cell selection mode in CSV documents.

Description

Toggles the cell selection mode in CSV documents.

How to Run

  • Default Menu: CSV > Cell Selection Mode

  • All Commands: CSV > Cell Selection Mode

  • Toolbar:

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_CSV_CELL_MODE (3959)

Macros

[JavaScript]

editor.ExecuteCommandByID(3959);

[VBScript]

editor.ExecuteCommandByID 3959