Document.ListParagraphs Property

Definition

Gets a ListParagraphs collection that represents all the numbered paragraphs in the document.

public:
 property Microsoft::Office::Interop::Word::ListParagraphs ^ ListParagraphs { Microsoft::Office::Interop::Word::ListParagraphs ^ get(); };
public Microsoft.Office.Interop.Word.ListParagraphs ListParagraphs { get; }
member this.ListParagraphs : Microsoft.Office.Interop.Word.ListParagraphs
Public ReadOnly Property ListParagraphs As ListParagraphs

Property Value

A ListParagraphs collection that represents all the numbered paragraphs in the document.

Applies to