PageSetup Members

Include Protected Members
Include Inherited Members

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

The PageSetup type exposes the following members.

Properties

  Name Description
Public property AlignMarginsHeaderFooter Returns True for Excel to align the header and the footer with the margins set in the page setup options. Read/write Boolean.
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property BlackAndWhite True if elements of the document will be printed in black and white.
Public property BottomMargin Returns or sets the size of the bottom margin in points.
Public property CenterFooter Returns or sets the center part of the footer.
Public property CenterFooterPicture Returns a Graphic object that represents the picture for the center section of the footer. Used to set attributes about the picture.
Public property CenterHeader Returns or sets the center part of the header.
Public property CenterHeaderPicture Returns a Graphic object that represents the picture for the center section of the header. Used to set attributes about the picture.
Public property CenterHorizontally True if the sheet is centered horizontally on the page when it's printed.
Public property CenterVertically True if the sheet is centered vertically on the page when it's printed.
Public property ChartSize Returns or sets the way a chart is scaled to fit on a page.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property DifferentFirstPageHeaderFooter True if a different header or footer is used on the first page. Read/write Boolean.
Public property Draft True if the sheet will be printed without graphics.
Public property EvenPage Returns or sets the alignment of text on the even page of a workbook or section.
Public property FirstPage Returns or sets the alignment of text on the first page of a workbook or section.
Public property FirstPageNumber Returns or sets the first page number that will be used when this sheet is printed. If xlAutomatic, Microsoft Excel chooses the first page number. The default is xlAutomatic.
Public property FitToPagesTall Returns or sets the number of pages tall the worksheet will be scaled to when it's printed. Applies only to worksheets.
Public property FitToPagesWide Returns or sets the number of pages wide the worksheet will be scaled to when it's printed. Applies only to worksheets.
Public property FooterMargin Returns or sets the distance from the bottom of the page to the footer, in points.
Public property HeaderMargin Returns or sets the distance from the top of the page to the header, in points.
Public property LeftFooter Returns or sets the left part of the footer.
Public property LeftFooterPicture Returns a Graphic object that represents the picture for the left section of the footer. Used to set attributes about the picture.
Public property LeftHeader Returns or sets the left part of the header.
Public property LeftHeaderPicture Returns a Graphic object that represents the picture for the left section of the header. Used to set attributes about the picture.
Public property LeftMargin Returns or sets the size of the left margin in points.
Public property OddAndEvenPagesHeaderFooter True if the specified PageSetup object has different headers and footers for odd-numbered and even-numbered pages. Read/write Boolean.
Public property Order Returns or sets the order that Microsoft Excel uses to number pages when printing a large worksheet.
Public property Orientation Portrait or landscape printing mode.
Public property Pages Returns or sets the the count or item number of the pages in Pages collection.
Public property PaperSize Returns or sets the size of the paper.
Public property Parent Returns the parent object for the specified object.
Public property PrintArea Returns or sets the range to be printed, as a string using A1-style references in the language of the macro.
Public property PrintComments Returns or sets the way comments are printed with the sheet.
Public property PrintErrors Sets or returns an XlPrintErrors constant specifying the type of print error displayed. This feature allows users to suppress the display of error values when printing a worksheet.
Public property PrintGridlines True if cell gridlines are printed on the page. Applies only to worksheets.
Public property PrintHeadings True if row and column headings are printed with this page. Applies only to worksheets.
Public property PrintNotes True if cell notes are printed as end notes with the sheet. Applies only to worksheets.
Public property PrintQuality Returns or sets the print quality.
Public property PrintTitleColumns Returns or sets the columns that contain the cells to be repeated on the left side of each page as a string in A1-style notation in the language of the macro.
Public property PrintTitleRows Returns or sets the rows that contain the cells to be repeated at the top of each page as a string in A1-style notation in the language of the macro.
Public property RightFooter Returns or sets the right part of the footer.
Public property RightFooterPicture Returns a Graphic object that represents the picture for the right section of the footer. Used to set attributes of the picture.
Public property RightHeader Returns or sets the right part of the header.
Public property RightHeaderPicture Returns a Graphic object that represents the picture for the right section of the header. Used to set attributes about the picture.
Public property RightMargin Returns or sets the size of the right margin in points.
Public property ScaleWithDocHeaderFooter Returns or sets if the header and footer should be scaled with the document when the size of the document changes. Read/write Boolean.
Public property TopMargin Returns or sets the size of the top margin in points.
Public property Zoom Returns or sets a percentage (between 10 and 400 percent) by which Microsoft Excel will scale the worksheet for printing. Applies only to worksheets.

Top

See Also

Reference

PageSetup Interface

Microsoft.Office.Interop.Excel Namespace