PageSetup.SectionStart Property
Returns or sets the type of section break for the specified object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SectionStart As WdSectionStart
Get
Set
'Usage
Dim instance As PageSetup
Dim value As WdSectionStart
value = instance.SectionStart
instance.SectionStart = value
WdSectionStart SectionStart { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdSectionStart