EditPoint2.InsertNewLine(Int32) 方法

定义

检测在 EditPoint2 (回车符、换行符等) 上使用的换行符类型,并将 Count 在的位置插入新行 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)

参数

Count
Int32

要插入的新行数。

属性

适用于