[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLTxtRange.moveStart

moveStart Method

moveStart(string, int)

moveStart method of IHTMLTxtRange interface.

Declaration
int moveStart(string Unit, int Count)
Function moveStart(Unit As String, Count As Integer) As Integer
Parameters
Type Name Description
string Unit
int Count
Returns
Type Description
int
Remarks

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