Selection.EndKey(Object, Object) 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.
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
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.