www.fgks.org   »   [go: up one dir, main page]

Click to Rate and Give Feedback
Methods
 move Method
move Method

Collapses the given text range and moves the empty range by the given number of units.

Syntax

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

Parameters

sUnit Required. 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.
iCount Optional. Integer that specifies the number of units to move. This can be positive or negative. The default is 1.

Return Value

Integer that returns the number of units moved.

Remarks

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

Standards Information

There is no public standard that applies to this method.

Applies To

TextRange

See Also

moveEnd, moveStart
Tags What's this?: Add a tag
Community Content
 
Add Community Content
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker
DCSIMG