Document.Content Property

Definition

Gets a Range that represents the main document story.

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

Property Value

A Range that represents the main document story.

Applies to