EditPoint2.InsertNewLine(Int32) Method

Definition

Detects the line break type used at the line where EditPoint2 is located (carriage return, line feed, and so on) and will insert Count new lines at the ___location of the EditPoint2.

void InsertNewLine(int Count = 1);
[System.Runtime.InteropServices.DispId(200)]
public void InsertNewLine(int Count = 1);
[<System.Runtime.InteropServices.DispId(200)>]
abstract member InsertNewLine : int -> unit
Public Sub InsertNewLine (Optional Count As Integer = 1)

Parameters

Count
Int32

The number of new lines to insert.

Attributes

Applies to