moveToPoint method of IHTMLTxtRange interface.
moveToPoint
IHTMLTxtRange
'Declaration Sub moveToPoint( _ ByVal x As System.Integer, _ ByVal y As System.Integer _ )
void moveToPoint( System.int x, System.int y )
An original IDL definition of moveToPoint method was the following: HRESULT moveToPoint (long x, long y);
HRESULT moveToPoint (long x, long y)
IHTMLTxtRange Interface IHTMLTxtRange Members
Copyright (c) GrapeCity, inc. All rights reserved.