Word.SelectionType enum
Specifies the type of selection in the document.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| block = "Block" | Represents a block selection. |
| column = "Column" | Represents a column selection. |
| frame = "Frame" | Represents a frame selection. |
| inlineShape = "InlineShape" | Represents an inline shape selection. |
| insertionPoint = "InsertionPoint" | Represents an insertion point (IP) selection. |
| normal = "Normal" | Represents a normal selection. |
| noSelection = "NoSelection" | No selection is made. |
| row = "Row" | Represents a row selection. |
| selectionShape = "SelectionShape" | Represents a shape selection. |