ITextRangeProvider.MoveEndpointByUnit Method

Definition

Moves one endpoint of the text range the specified number of text units within the document range.

C#
public int MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit unit, int count);

Parameters

endpoint
TextPatternRangeEndpoint

The endpoint to move.

unit
TextUnit

The text measure unit for moving.

count
Int32

The number of units to move. A positive value moves the endpoint forward. A negative value moves it backward. A value of 0 has no effect.

Returns

Int32

The number of units actually moved, which can be less than the number requested if moving the endpoint runs into the beginning or end of the document.

Applies to

Product Versions
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100