PageSetup Interface

Represents the page setup description. The PageSetup object contains all page setup attributes (left margin, bottom margin, paper size, and so on) as properties.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000208B4-0000-0000-C000-000000000046")> _
Public Interface PageSetup
'Usage
Dim instance As PageSetup
[InterfaceTypeAttribute()]
[GuidAttribute("000208B4-0000-0000-C000-000000000046")]
public interface PageSetup

Remarks

Use the PageSetup property of a Worksheet or Chart object to return a PageSetup object.

See Also

Reference

PageSetup Members

Microsoft.Office.Interop.Excel Namespace