Selection.Paragraphs Property

Returns a Paragraphs collection that represents all the paragraphs in the specified selection.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Paragraphs As Paragraphs
    Get
'Usage
Dim instance As Selection
Dim value As Paragraphs

value = instance.Paragraphs
Paragraphs Paragraphs { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Paragraphs

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace