LineSpacingRule Property Example
This example double-spaces the lines in the first paragraph in the active document.
ActiveDocument.Paragraphs(1).LineSpacingRule = _
wdLineSpaceDouble
This example returns the line spacing rule used for the first paragraph in the selection.
lrule = Selection.Paragraphs(1).LineSpacingRule