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

In This Topic
    compareEndPoints Method
    In This Topic

    compareEndPoints method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Function compareEndPoints( _
       ByVal how As System.String, _
       ByVal SourceRange As IHTMLTxtRange _
    ) As System.Integer
    System.int compareEndPoints( 
       System.string how,
       IHTMLTxtRange SourceRange
    )

    Parameters

    how
    SourceRange
    Remarks

    An original IDL definition of compareEndPoints method was the following: HRESULT compareEndPoints (BSTR how, IHTMLTxtRange* SourceRange, [out, retval] long* ReturnValue);

    See Also