Share via


Paragraph.LineUnitAfter Property (Word)

Returns or sets the amount of spacing (in gridlines) after the specified paragraph. Read/write Single.

Syntax

expression .LineUnitAfter

expression Required. A variable that represents a Paragraph object.

Example

This example sets the spacing after the first paragraph in the active document to one gridline.

ActiveDocument.Paragraphs(1).LineUnitAfter = 1

See Also

Concepts

Paragraph Object Members

Paragraph Object