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

In This Topic
    SelectRange Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function SelectRange( _
       ByVal pStart As IMarkupPointer, _
       ByVal pEnd As IMarkupPointer, _
       ByVal eType As System.Integer _
    ) As System.Integer
    System.int SelectRange( 
       IMarkupPointer pStart,
       IMarkupPointer pEnd,
       System.int eType
    )

    Parameters

    pStart
    pEnd
    eType
    See Also