Left Edge Extend (Cell Selection Mode Only) command¶
Summary¶
Extends the selection to the left edge of the current data region.
Description¶
Extends the selection to the left edge of the current data region.
How to Run¶
Default Menu: None
All Commands: CSV > Cell Selection Mode Only > Left Edge Extend
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: CTRL+SHIFT+LEFT ARROW (Cell Selection Mode Only)
Plug-in Command ID¶
EEID_SHIFT_LEFT_EDGE (4022)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4022);
[VBScript]¶
editor.ExecuteCommandByID 4022