RichEditTextRange.MoveEnd(TextRangeUnit, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int MoveEnd(TextRangeUnit unit, int count) = MoveEnd;
int MoveEnd(TextRangeUnit const& unit, int const& count);
public int MoveEnd(TextRangeUnit unit, int count);
function moveEnd(unit, count)
Public Function MoveEnd (unit As TextRangeUnit, count As Integer) As Integer
Parameters
- unit
- TextRangeUnit
- count
-
Int32
int
Returns
int