Deletes the line to the left of the cursor.
Deletes text from the cursor position to the beginning of the logical line.
document.selection.StartOfLine(true,eeLineLogical);
document.selection.Delete(1);
document.selection.StartOfLine true,eeLineLogical
document.selection.Delete 1