Selection.Shrink Method

Definition

Shrinks the selection to the next smaller unit of text.

public:
 void Shrink();
public void Shrink ();
abstract member Shrink : unit -> unit
Public Sub Shrink ()

Remarks

The progression of textual units is as follows: entire document, section, paragraph, sentence, word, insertion point.

Applies to