C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLTxtRange Interface : compareEndPoints Method |
compareEndPoints
method of IHTMLTxtRange
interface.
'Declaration Function compareEndPoints( _ ByVal how As System.String, _ ByVal SourceRange As IHTMLTxtRange _ ) As System.Integer
System.int compareEndPoints( System.string how, IHTMLTxtRange SourceRange )
An original IDL definition of compareEndPoints
method was the following: HRESULT compareEndPoints (BSTR how, IHTMLTxtRange* SourceRange, [out, retval] long* ReturnValue)
;