WdMovementType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdMove | 0 | The selection is collapsed to an insertion point and moved to the end of the specified unit. Default. |
wdExtend | 1 | The end of the selection is extended to the end of the specified unit. |