This topic has not yet been rated - Rate this topic

moveEnd method

Changes the end position of the range.

Syntax


 retVal = object.moveEnd(Unit, Count);

Parameters

Unit [in]

Type: BSTR

BSTR that specifies the units to move, using one of the following values:

character

Moves one or more characters.

word

Moves one or more words. A word is a collection of characters terminated by a space or some other white-space character, such as a tab.

sentence

Moves one or more sentences. A sentence is a collection of words terminated by a punctuation character, such as a period.

textedit

Moves to the start or end of the original range.

Count [in, optional]

Type: long

long that specifies the number of units to move. This can be positive or negative. The default is 1.

Standards information

There are no standards that apply here.

Remarks

This feature might not be available on non-Microsoft Win32 platforms.

See also

Reference
IHTMLTxtRange::move
IHTMLTxtRange::moveStart

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.