Selection.EndKey(Object, Object) Method

Definition

Moves or extends the selection to the end of the specified unit.

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

Parameters

Unit
Object

Optional Object. The unit by which the selection is to be moved or extended. WdUnits.

Extend
Object

Optional Object. The unit by which the selection is to be moved or extended. WdUnits.

Returns

Remarks

This method returns an integer that indicates the number of characters the selection or active end was actually moved, or it returns 0 (zero) if the move was unsuccessful.

This method corresponds to functionality of the END key.

Applies to