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)
Syntax
'Declaration
Public Enumeration WdSectionStart
'Usage
Dim instance As WdSectionStart
public enum WdSectionStart
Members
Member name | Description | |
---|---|---|
wdSectionContinuous | Continuous section break. | |
wdSectionNewColumn | New column section break. | |
wdSectionNewPage | New page section break. | |
wdSectionEvenPage | Even pages section break. | |
wdSectionOddPage | Odd pages section break. |