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

 public int NumWords{ get; }
Public ReadOnly Property NumWords() As Integer
 MS Word equivalent: File menu > Properties > Statistics tab > Statistics listbox > Words:
          int numWords = oDocument.NumWords;
        
          Dim numWords As Integer = oDocument.NumWords