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