moveEnd Method

DHTML, HTML, & CSS

 
Click to return to the DHTML, HTML & CSS home page    
moveBy Method     moveRow Method     DHTML Methods    

moveEnd Method


Changes the end position of the range.

Syntax

iMoved = TextRange.moveEnd(sUnit [, iCount])

Parameters

sUnitRequired. String that specifies the units to move, using one of the following values:
characterMoves one or more characters.
wordMoves 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.
sentenceMoves one or more sentences. A sentence is a collection of words terminated by a punctuation character, such as a period.
texteditMoves to the start or end of the original range.
iCountOptional. Integer that specifies the number of units to move. This can be positive or negative. The default is 1.

Return Value

Integer. Returns the number of units moved.

Remarks

This feature might not be available on non-Win32® platforms. For the latest information about Internet Explorer cross-platform compatibility, see article q172976Internet Link Non-MSDN link in the Microsoft Knowledge Base.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
Version data is listed when the mouse hovers over a link, or the link has focus.

TextRange

See Also

move, moveStart


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? write us!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.