Share via


Paragraph.LineUnitBefore Property (Word)

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

Syntax

expression .LineUnitBefore

expression Required. A variable that represents a Paragraph object.

Example

This example sets the spacing before the second paragraph in the active document to one gridline.

ActiveDocument.Paragraphs(2).LineUnitBefore = 1

See Also

Concepts

Paragraph Object

Paragraph Object Members