title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Selection.Collapse method (Word) |
vbawd10.chm158662757 |
|
|
92ccd3dc-41ab-b3d4-5397-fca7d7f01635 |
06/08/2017 |
medium |
Collapses a selection to the starting or ending position. After a selection is collapsed, the starting and ending points are equal.
expression. Collapse
( _Direction_
)
expression Required. A variable that represents a Selection object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Direction | Optional | Variant | The direction in which to collapse the range or selection. Can be either of the following WdCollapseDirection constants: wdCollapseEnd or wdCollapseStart. The default value is wdCollapseStart. |
This example collapses the selection to an insertion point at the beginning of the previous selection.
Selection.Collapse Direction:=wdCollapseStart
[!includeSupport and feedback]