Range.Words Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Words collection that represents all the words in a range.
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.