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

public int NumParagraphs{ get; }
Public ReadOnly Property NumParagraphs() As Integer

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

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