Sort by Occurrence Descending command

Summary

Sorts by occurrence in the current column, in descending order.

Description

Sorts by occurrence in the current column, in descending order.

How to Run

  • Default Menu: Sort > Sort by Occurrence Descending

  • All Commands: Sort > Sort by Occurrence Descending

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_SORT_OCCURRENCE_D (4002)

Macros

[JavaScript]

editor.ExecuteCommandByID(4002);

[VBScript]

editor.ExecuteCommandByID 4002