Share via


Sections.PageSetup Property

Returns a PageSetup object that's associated with the specified sections

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

Syntax

'Declaration
Property PageSetup As PageSetup
    Get
    Set
'Usage
Dim instance As Sections
Dim value As PageSetup

value = instance.PageSetup

instance.PageSetup = value
PageSetup PageSetup { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.PageSetup

See Also

Reference

Sections Interface

Sections Members

Microsoft.Office.Interop.Word Namespace