WdSectionStart Enumeration 

Specifies the type of section break for the specified item.

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

Usage

Dim wdSectionStart1 As WdSectionStart = WdSectionStart.wdSectionContinuous

Syntax

Public Enum WdSectionStart
public enum WdSectionStart
public enum class WdSectionStart
public enum WdSectionStart
public enum WdSectionStart

Members

Member name Description
wdSectionContinuous Continuous section break.
wdSectionEvenPage Even pages section break.
wdSectionNewColumn New column section break.
wdSectionNewPage New page section break.
wdSectionOddPage Odd pages section break.

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