Limitations
Runtime only.
Gets or sets the current selection in the main text of the document. The property value is an object of the type Selection. A selection can be used to assign character and paragraph formatting attributes to a piece of text.
public Selection Selection { get; set; }
Public Property Selection() As Selection
Runtime only.