Section Interface 

Represents a single section 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 ectionImplementation
    Implements Section
End Class
Dim ectionImplementation1 As New ectionImplementation()

Syntax

Public Interface Section
public interface Section
public interface class Section
public interface Section
public interface Section

Remarks

The Section object is a member of the Sections collection. The Sections collection includes all the sections in a selection, range, or document.

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

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

Note   The Headers and Footers properties of the specified Section object return a HeadersFooters 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

Section Members