Returns an int representing the number of paragraphs in this document.

public int NumParagraphs{ get; }
<p>Public ReadOnly Property NumParagraphs() As Integer</p>

MS Word equivalent: File menu > Properties > Statistics tab > Statistics listbox > Paragraphs:

          int numParagraphs = oDocument.NumParagraphs;
        
          Dim numParagraphs As Integer = oDocument.NumParagraphs