Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public int NumWords{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property NumWords() As Integer
{signature}
{remarks}MS Word 

Remarks

MS Word equivalent:

...

File

...

menu

...

>

...

Properties

...

>

...

Statistics

...

tab

...

>

...

Statistics

...

listbox

...

>

...

Words:

...

Remarks

Example

Code Block
csharp
csharp
titleC#

          int numWords = oDocument.NumWords;
        {code}
{code:
|title=}
Code Block
vb.net
vb.net
titlevb.net

          Dim numWords As Integer = oDocument.NumWords
        {code}

{example}
Example