C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLTxtRange Interface : setEndPoint Method |
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)
;