TextSelection.MoveTo(Int32, Int32, Boolean) 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.
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