_Document.Paragraphs Property
Returns a Paragraphs collection that represents all the paragraphs in the specified document.
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 _Document
Dim value As Paragraphs
value = instance.Paragraphs
Paragraphs Paragraphs { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Paragraphs