NewLine Method (Selection Object)¶
Inserts the specified number of newline characters at the cursor. nCount Optional. Specifies the number of newline characters at the cursor position. The
default is 1. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
document.selection.NewLine( [ nCount ] );
[VBScript]¶
document.selection.NewLine [ nCount ]
Parameters¶
Version¶