Selection.EndOf(Object, Object) Method

Definition

Moves or extends the ending character position of a selection to the end of the nearest specified text unit.

public int EndOf (ref object Unit, ref object Extend);
abstract member EndOf : obj * obj -> int
Public Function EndOf (Optional ByRef Unit As Object, Optional ByRef Extend As Object) As Integer

Parameters

Unit
Object

Optional Object. The unit by which to move the ending character position. WdUnits.

Extend
Object

Optional Object. WdMovementType.

Returns

Remarks

This method returns a value that indicates the number of character positions the selection was moved or extended (movement is forward in the document).

If the both the starting and ending positions for the selection are already at the end of the specified unit, this method doesn't move or extend the selection.

Applies to