Expand Minimize
This topic has not yet been rated - Rate this topic

Range.Paragraphs Property (Word)

Returns a Paragraphs collection that represents all the paragraphs in the specified range. Read-only.

expression .Paragraphs

expression A variable that represents a Range object.

For information about returning a single member of a collection, see Returning an Object from a Collection.

This example sets the line spacing to single for the collection of all paragraphs in section one in the active document.

ActiveDocument.Sections(1).Range.Paragraphs.LineSpacingRule = _ 
 wdLineSpaceSingle
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.