Document.Words Property

Definition

Gets a Words collection that represents all the words in the document.

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

Property Value

A Words collection that represents all the words in the document.

Remarks

Punctuation and paragraph marks in a document are included in the Microsoft.Office.Interop.Word.Words collection.

Applies to