StartOfLine Method (Selection Object)¶
Moves the cursor to the start of the line. bExtend Optional. Specifies whether the moved text is collapsed or not. The default
is false and the moved text is collapsed. nFlags Specifies a combination of the following values: eeLineView Specifies display lines. eeLineLogical Specifies logical lines. eeLineHomeText Moves to the beginning of text except spaces. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
document.selection.StartOfLine( [ bExtend [, nFlags ] ]
);
[VBScript]¶
document.selection.StartOfLine [ bExtend [, nFlags ] ]
Parameters¶
Version¶