Sections Interface 

A collection of Section objects in a selection, range, or document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ectionsImplementation
    Implements Sections
End Class
Dim ectionsImplementation1 As New ectionsImplementation()

Syntax

Public Interface Sections
    Inherits IEnumerable
public interface Sections : IEnumerable
public interface class Sections : public IEnumerable
public interface Sections implements IEnumerable
public interface Sections implements IEnumerable

Remarks

Use the Sections property of a Selection, Range, or Document object to return the Sections collection.

Use the Add method or the InsertBreak method to add a new section to a document.

Use Sections(index), where index is the index number, to return a single Section object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Sections Members