TextSelection.MoveTo(Int32, Int32, Boolean) Method

Definition

Microsoft Internal Use Only.

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)]
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
[<System.Runtime.InteropServices.DispId(82)>]
abstract member MoveTo : int * int * bool -> unit
Public Sub MoveTo (Line As Integer, Column As Integer, Optional Extend As Boolean = false)

Parameters

Line
Int32

The line number.

Column
Int32

The column number.

Extend
Boolean

true if the move is extended, otherwise false.

Attributes

Applies to