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