Filter in Column command¶
Summary¶
Filters the document in the current column with the selected text or the word at cursor.
Description¶
Filters the document in the current column with the selected text or the word at cursor.
How to Run¶
Default Menu: None
All Commands: Edit > Advanced > Filter in Column
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_FILTER_COLUMN (3983)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3983);
[VBScript]¶
editor.ExecuteCommandByID 3983