expand method
Expands the range so that partial units are completely contained.
Syntax
retVal = object.expand(Unit);
Parameters
- Unit [in]
-
Type: BSTR
BSTR that specifies the units to move in the range, using one one of the following values:
-
Expands a character.
-
Expands a word. A word is a collection of characters terminated by a space or another white-space character, such as a tab.
-
Expands a sentence. A sentence is a collection of words terminated by an ending punctuation character, such as a period.
-
Expands to enclose the entire range.
Standards information
There are no standards that apply here.
Remarks
This feature might not be available on non-Microsoft Win32 platforms.
See also
Show: