Delete Columns command

Summary

Deletes the selected columns or the current column.

Description

Deletes the selected columns or the current column.

How to Run

  • Default Menu: None

  • All Commands: Edit > Delete > Delete Columns

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_DELETE_COLUMN (3962)

Macros

[JavaScript]

editor.ExecuteCommandByID(3962);

[VBScript]

editor.ExecuteCommandByID 3962