Find Shortest Line/Cell command¶
Summary¶
Finds the shortest line in a non-CSV document or shortest cell in the current column of a CSV document.
Description¶
Finds the shortest line in a non-CSV document or shortest cell in the current column of a CSV document. This command does not find the last empty line.
How to Run¶
Default Menu: Search > Find Shortest Line/Cell
All Commands: Search > Find Shortest Line/Cell
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_FIND_EMPTY_OR_SHORTEST (4064)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4064);
[VBScript]¶
editor.ExecuteCommandByID 4064