Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLTxtRange Interface / setEndPoint Method

In This Topic
    setEndPoint Method
    In This Topic

    setEndPoint method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Sub setEndPoint( _
       ByVal how As System.String, _
       ByVal SourceRange As IHTMLTxtRange _
    ) 
    void setEndPoint( 
       System.string how,
       IHTMLTxtRange SourceRange
    )

    Parameters

    how
    SourceRange
    Remarks

    An original IDL definition of setEndPoint method was the following: HRESULT setEndPoint (BSTR how, IHTMLTxtRange* SourceRange);

    See Also