moveToPoint Method (IHTMLTxtRange)
In This Topic
moveToPoint
method of IHTMLTxtRange
interface.
Syntax
'Declaration
Sub moveToPoint( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
void moveToPoint(
System.int ,
System.int
)
Parameters
- x
- y
See Also