WdSelectionType Enumeration

Specifies the type of selection.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdSelectionType
'Usage
Dim instance As WdSelectionType
public enum WdSelectionType

Members

Member name Description
wdNoSelection No selection.
wdSelectionIP An inline paragraph selection.
wdSelectionNormal A normal or user-defined selection.
wdSelectionFrame A frame selection.
wdSelectionColumn A column selection.
wdSelectionRow A row selection.
wdSelectionBlock A block selection.
wdSelectionInlineShape An inline shape selection.
wdSelectionShape A shape selection.

See Also

Reference

Microsoft.Office.Interop.Word Namespace