LineOpen Method (Selection Object)¶
Inserts a empty line between two lines. bAbove Optional. If true is specified, inserts a new line at the start of the
current line. If false is specified, inserts a new line at the end of the current
line. The default is false. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
document.selection.LineOpen( [ bAbove ] );
[VBScript]¶
document.selection.LineOpen [ bAbove ]
Parameters¶
Version¶