WdSelectionFlags 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 properties of the selection.
public enum class WdSelectionFlags
[System.Runtime.InteropServices.Guid("83857847-1A45-3BD4-8ECB-576D355911EE")]
public enum WdSelectionFlags
type WdSelectionFlags =
Public Enum WdSelectionFlags
- Inheritance
-
WdSelectionFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdSelStartActive | 1 | The selection is at the start of the active document. |
wdSelAtEOL | 2 | The selection is at the end of the letter. |
wdSelOvertype | 4 | The selection was overtyped. |
wdSelActive | 8 | The selection is the active selection. |
wdSelReplace | 16 | The selection was replaced. |