'Declaration
Function moveEnd( _
ByVal Unit As System.String, _
ByVal Count As System.Integer _
) As System.Integer
System.int moveEnd(
System.string Unit,
System.int Count
)
Parameters
Unit
Count
Remarks
An original IDL definition of moveEnd method was the following: HRESULT moveEnd (BSTR Unit, [optional, defaultvalue(1)] long Count, [out, retval] long* ReturnValue);