Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.18 KB

Word.Selection.Collapse.md

File metadata and controls

49 lines (28 loc) · 1.18 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Selection.Collapse method (Word)
vbawd10.chm158662757
vbawd10.chm158662757
Word.Selection.Collapse
92ccd3dc-41ab-b3d4-5397-fca7d7f01635
06/08/2017
medium

Selection.Collapse method (Word)

Collapses a selection to the starting or ending position. After a selection is collapsed, the starting and ending points are equal.

Syntax

expression. Collapse( _Direction_ )

expression Required. A variable that represents a Selection object.

Parameters

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.

Example

This example collapses the selection to an insertion point at the beginning of the previous selection.

Selection.Collapse Direction:=wdCollapseStart

See also

Selection Object

[!includeSupport and feedback]