Cell Toolbar command

Summary

Shows or hides the cell toolbar.

Description

Shows or hides the cell toolbar. The cell toolbar allows you to edit the selected cell(s) in a CSV document.

How to Run

  • Default Menu: View > Toolbars > Cell Toolbar

  • All Commands: View > Toolbars > Cell Toolbar

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_SHOW_CELL_BAR (3967)

Macros

[JavaScript]

editor.ExecuteCommandByID(3967);

[VBScript]

editor.ExecuteCommandByID 3967