WdSelectionFlags Enumeration 

Specifies the properties of the selection.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdSelectionFlags1 As WdSelectionFlags = WdSelectionFlags.wdSelActive

Syntax

Public Enum WdSelectionFlags
public enum WdSelectionFlags
public enum class WdSelectionFlags
public enum WdSelectionFlags
public enum WdSelectionFlags

Members

Member name Description
wdSelActive The selection is the active selection.
wdSelAtEOL The selection is at the end of the letter.
wdSelOvertype The selection was overtyped.
wdSelReplace The selection was replaced.
wdSelStartActive The selection is at the start of the active document.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace