Extends the selection to the start of the current line or the start of the text on that line.
Selects all text between the cursor position and the first non-white space character at the beginning of the current line.
•Default Menu: None
•All Commands: Edit > Extend Selection > Home or Start of Text Extend
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: SHIFT+HOME
•EEID_SHIFT_HOME_TEXT (4297)
document.selection.StartOfLine(true,eeLineView | eeLineHomeText);
document.selection.StartOfLine true,eeLineView Or eeLineHomeText