Selection.Shrink Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.