Document.Sentences Property

Definition

Gets a Sentences collection that represents all the sentences in the document.

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

Property Value

A Sentences collection that represents all the sentences in the document.

Applies to