_Document.Words Property

Definition

Returns a Words collection that represents all the words in a 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

Remarks

Punctuation and paragraph marks in a document are included in the Words collection.

Applies to