WdMovementType Enum

Definition

Specifies the way the selection is moved.

public enum class WdMovementType
[System.Runtime.InteropServices.Guid("4EDBFF52-62D3-38CC-99D1-0FFEF9BCAD4A")]
public enum WdMovementType
type WdMovementType = 
Public Enum WdMovementType
Inheritance
WdMovementType
Attributes

Fields

wdExtend 1

The end of the selection is extended to the end of the specified unit.

wdMove 0

The selection is collapsed to an insertion point and moved to the end of the specified unit. Default.

Applies to