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

In This Topic
    moveStart Method
    In This Topic

    moveStart method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Function moveStart( _
       ByVal Unit As System.String, _
       ByVal Count As System.Integer _
    ) As System.Integer
    System.int moveStart( 
       System.string Unit,
       System.int Count
    )

    Parameters

    Unit
    Count
    Remarks

    An original IDL definition of moveStart method was the following: HRESULT moveStart (BSTR Unit, [optional, defaultvalue(1)] long Count, [out, retval] long* ReturnValue);

    See Also