Paragraphs.LineUnitAfter Property (Word)
Returns or sets the amount of spacing (in gridlines) after the specified paragraphs. Read/write Single.
Syntax
expression .LineUnitAfter
expression Required. A variable that represents a Paragraphs collection.
Example
This example sets the spacing after all paragraphs in the active document to one gridline.
ActiveDocument.Paragraphs.LineUnitAfter = 1