Moves the cursor to the end of the current line.
document.selection.EndOfLine( [ bExtend [, nFlags ] ] );
document.selection.EndOfLine [ bExtend [, nFlags ] ]
bExtend
Optional. Specifies whether the moved text is collapsed or not. The default is false and the moved text is collapsed.
nFlags
Optional. Specifies a combination of the following values:
| eeLineView | Specifies the view line. |
| eeLineLogical | Specifies the logical line. |
Supported on EmEditor Professional Version 4.00 or later.
Send feedback on this topic to Emurasoft