EditPoint2.InsertNewLine(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检测在 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
要插入的新行数。
- 属性