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.
document.selection.StartOfLine(true,eeLineView | eeLineHomeText);
document.selection.StartOfLine true,eeLineView Or eeLineHomeText