Extends the selection up one line.
Extends the selection up one line. If no text is selected, this command will select the line directly above the cursor position.
•Default Menu: None
•All Commands: Edit > Extend Selection > Line Up Extend
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: Shift+UP ARROW
•EEID_SHIFT_UP (4176)
document.selection.LineUp(true,1);
document.selection.LineUp true,1