EditPoint2.InsertNewLine(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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