Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.04 KB

Word.Range.Paragraphs.md

File metadata and controls

47 lines (27 loc) · 1.04 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.Paragraphs property (Word)
vbawd10.chm157155387
vbawd10.chm157155387
Word.Range.Paragraphs
b5c9df62-a477-ce1a-4a94-027100527a6f
06/08/2017
medium

Range.Paragraphs property (Word)

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

Syntax

expression. Paragraphs

expression A variable that represents a Range object.

Remarks

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

Example

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

See also

Range Object

[!includeSupport and feedback]