Limitations
Runtime only.
Gets or sets the current selection in the text part with the input focus. This can be the main text, a text frame or a header or footer. 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.