Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the properties of the selection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdSelectionFlags
'Usage
Dim instance As WdSelectionFlags
public enum WdSelectionFlags
Members
| Member name | Description | |
|---|---|---|
| wdSelStartActive | The selection is at the start of the active document. | |
| wdSelAtEOL | The selection is at the end of the letter. | |
| wdSelOvertype | The selection was overtyped. | |
| wdSelActive | The selection is the active selection. | |
| wdSelReplace | The selection was replaced. |