Selection.HomeKey(Object, Object) Method

Definition

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

public int HomeKey (ref object Unit, ref object Extend);
abstract member HomeKey : obj * obj -> int
Public Function HomeKey (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. Specifies the way the selection is moved. WdMovementType.

Returns

Remarks

This method corresponds to functionality of the HOME key.

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

Applies to