Find Longest Line/Cell command¶
Summary¶
Finds the longest line in a non-CSV document or longest cell in the current column of a CSV document.
Description¶
Finds the longest line in a non-CSV document or longest cell in the current column of a CSV document.
How to Run¶
Default Menu: Search > Find Longest Line/Cell
All Commands: Search > Find Longest Line/Cell
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_FIND_LONGEST (4049)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4049);
[VBScript]¶
editor.ExecuteCommandByID 4049