PageSetup.SectionDirection Property

Returns or sets the reading order and alignment for the specified sections.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property SectionDirection As WdSectionDirection
    Get
    Set
'Usage
Dim instance As PageSetup
Dim value As WdSectionDirection

value = instance.SectionDirection

instance.SectionDirection = value
WdSectionDirection SectionDirection { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdSectionDirection

See Also

Reference

PageSetup Interface

PageSetup Members

Microsoft.Office.Interop.Word Namespace