'Declaration Sub setEndPoint( _ ByVal how As System.String, _ ByVal SourceRange As IHTMLTxtRange _ )
void setEndPoint( System.string how, IHTMLTxtRange SourceRange )
Parameters
- how
- SourceRange
setEndPoint
method of IHTMLTxtRange
interface.
'Declaration Sub setEndPoint( _ ByVal how As System.String, _ ByVal SourceRange As IHTMLTxtRange _ )
void setEndPoint( System.string how, IHTMLTxtRange SourceRange )
An original IDL definition of setEndPoint
method was the following: HRESULT setEndPoint (BSTR how, IHTMLTxtRange* SourceRange)
;