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