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

In This Topic
    move Method (IHTMLTxtRange)
    In This Topic

    move method of IHTMLTxtRange interface.

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

    Parameters

    Unit
    Count
    Remarks

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

    See Also