TextSelection.MoveTo(Int32, Int32, Boolean) 方法

定义

仅限 Microsoft 内部使用。

void MoveTo(int Line, int Column, bool Extend = false);
[System.Runtime.InteropServices.DispId(82)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public void MoveTo (int Line, int Column, bool Extend = false);
[<System.Runtime.InteropServices.DispId(82)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member MoveTo : int * int * bool -> unit
Public Sub MoveTo (Line As Integer, Column As Integer, Optional Extend As Boolean = false)

参数

Line
Int32

行号。

Column
Int32

列号。

Extend
Boolean

true 如果移动已扩展,则为; 否则为 false

属性

适用于