WdSelectionType enumeration (Word)
Specifies the type of selection.
Name | Value | Description |
---|---|---|
wdNoSelection | 0 | No selection. |
wdSelectionBlock | 6 | A block selection. |
wdSelectionColumn | 4 | A column selection. |
wdSelectionFrame | 3 | A frame selection. |
wdSelectionInlineShape | 7 | An inline shape selection. |
wdSelectionIP | 1 | An inline paragraph selection. |
wdSelectionNormal | 2 | A normal or user-defined selection. |
wdSelectionRow | 5 | A row selection. |
wdSelectionShape | 8 | A shape selection. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.