Document.Sections Property

Definition

Gets a Sections collection that represents the sections in the document.

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

Property Value

A Sections collection that represents the sections in the document.

Applies to