WdSelectionFlags Enumeration
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. |