# GrapeCity.Spreadsheet.Printing.IPageSetup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Printing_IPageSetup" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup" class="text-break">IPageSetup Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the page setup object contains all page setup attributes (left margin, bottom margin, paper size, and so on) as properties.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Printing.html">GrapeCity.Spreadsheet.Printing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Printing_IPageSetup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPageSetup</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPageSetup</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_AlignMarginsHeaderFooter" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.AlignMarginsHeaderFooter">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.AlignMarginsHeaderFooter.html#GrapeCity_Spreadsheet_Printing_IPageSetup_AlignMarginsHeaderFooter">AlignMarginsHeaderFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the header and the footer are aligned with the margins set in the page setup options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_BlackAndWhite" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.BlackAndWhite">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.BlackAndWhite.html#GrapeCity_Spreadsheet_Printing_IPageSetup_BlackAndWhite">BlackAndWhite</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether elements of the document will be printed in black and white.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_BottomMargin" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.BottomMargin">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.BottomMargin.html#GrapeCity_Spreadsheet_Printing_IPageSetup_BottomMargin">BottomMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the bottom margin, in inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_CellComments" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.CellComments">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.CellComments.html#GrapeCity_Spreadsheet_Printing_IPageSetup_CellComments">CellComments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.CellComments.html#GrapeCity_Spreadsheet_Printing_IPageSetup_CellComments">CellComments</a> constant specifying the type of print cell comments displayed. This feature allows users to suppress the display of cell comments when printing a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_CenterFooter" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterFooter">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterFooter.html#GrapeCity_Spreadsheet_Printing_IPageSetup_CenterFooter">CenterFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a picture or text to be center-aligned in the page footer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_CenterFooterPicture" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterFooterPicture">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterFooterPicture.html#GrapeCity_Spreadsheet_Printing_IPageSetup_CenterFooterPicture">CenterFooterPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set an <a class="xref" href="GrapeCity.Spreadsheet.IGraphic.html">IGraphic</a> object that represents the picture for the center section of the footer. Used to set attributes about the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_CenterHeader" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterHeader">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterHeader.html#GrapeCity_Spreadsheet_Printing_IPageSetup_CenterHeader">CenterHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a picture or text to be center-aligned in the page header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_CenterHeaderPicture" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterHeaderPicture">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterHeaderPicture.html#GrapeCity_Spreadsheet_Printing_IPageSetup_CenterHeaderPicture">CenterHeaderPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set an <a class="xref" href="GrapeCity.Spreadsheet.IGraphic.html">IGraphic</a> object that represents the picture for the center section of the header. Used to set attributes about the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_CenterHorizontally" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterHorizontally">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterHorizontally.html#GrapeCity_Spreadsheet_Printing_IPageSetup_CenterHorizontally">CenterHorizontally</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the sheet is centered horizontally on the page when it's printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_CenterVertically" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterVertically">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.CenterVertically.html#GrapeCity_Spreadsheet_Printing_IPageSetup_CenterVertically">CenterVertically</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the sheet is centered vertically on the page when it's printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_Collated" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.Collated">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.Collated.html#GrapeCity_Spreadsheet_Printing_IPageSetup_Collated">Collated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the printed document is collated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_DifferentFirstPageHeaderFooter" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.DifferentFirstPageHeaderFooter">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.DifferentFirstPageHeaderFooter.html#GrapeCity_Spreadsheet_Printing_IPageSetup_DifferentFirstPageHeaderFooter">DifferentFirstPageHeaderFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the different header or footer is used on the first page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_Draft" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.Draft">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.Draft.html#GrapeCity_Spreadsheet_Printing_IPageSetup_Draft">Draft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the sheet will be printed without graphics.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_EvenPage" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.EvenPage">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.EvenPage.html#GrapeCity_Spreadsheet_Printing_IPageSetup_EvenPage">EvenPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">GrapeCity.Spreadsheet.Printing.PageSetup</span> value indicating whether the alignment of text on the even page of a worksheet or section.
<returns>A <span class="xref">GrapeCity.Spreadsheet.Printing.PageSetup</span> value specifying the alignment of text on the even page.</returns></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_FirstPage" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.FirstPage">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.FirstPage.html#GrapeCity_Spreadsheet_Printing_IPageSetup_FirstPage">FirstPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">GrapeCity.Spreadsheet.Printing.PageSetup</span> value indicating whether the alignment of text on the first page of a worksheet or section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_FirstPageNumber" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.FirstPageNumber">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.FirstPageNumber.html#GrapeCity_Spreadsheet_Printing_IPageSetup_FirstPageNumber">FirstPageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first page number that will be used when this sheet is printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_FitToPages" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.FitToPages">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.FitToPages.html#GrapeCity_Spreadsheet_Printing_IPageSetup_FitToPages">FitToPages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether the worksheet will be scaled to fit to the specified number of pages when it's printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_FitToPagesTall" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.FitToPagesTall">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.FitToPagesTall.html#GrapeCity_Spreadsheet_Printing_IPageSetup_FitToPagesTall">FitToPagesTall</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the number of pages tall the worksheet will be scaled to when it's printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_FitToPagesWide" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.FitToPagesWide">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.FitToPagesWide.html#GrapeCity_Spreadsheet_Printing_IPageSetup_FitToPagesWide">FitToPagesWide</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the number of pages wide the worksheet will be scaled to when it's printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_FooterMargin" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.FooterMargin">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.FooterMargin.html#GrapeCity_Spreadsheet_Printing_IPageSetup_FooterMargin">FooterMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance from the bottom of the page to the footer, in inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_HeaderMargin" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.HeaderMargin">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.HeaderMargin.html#GrapeCity_Spreadsheet_Printing_IPageSetup_HeaderMargin">HeaderMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance from the top of the page to the header, in inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_LeftFooter" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.LeftFooter">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.LeftFooter.html#GrapeCity_Spreadsheet_Printing_IPageSetup_LeftFooter">LeftFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a picture or text to be left-aligned in the page footer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_LeftFooterPicture" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.LeftFooterPicture">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.LeftFooterPicture.html#GrapeCity_Spreadsheet_Printing_IPageSetup_LeftFooterPicture">LeftFooterPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set an <a class="xref" href="GrapeCity.Spreadsheet.IGraphic.html">IGraphic</a> object that represents the picture for the left section of the footer. Used to set attributes about the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_LeftHeader" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.LeftHeader">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.LeftHeader.html#GrapeCity_Spreadsheet_Printing_IPageSetup_LeftHeader">LeftHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a picture or text to be left-aligned in the page header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_LeftHeaderPicture" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.LeftHeaderPicture">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.LeftHeaderPicture.html#GrapeCity_Spreadsheet_Printing_IPageSetup_LeftHeaderPicture">LeftHeaderPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set an <a class="xref" href="GrapeCity.Spreadsheet.IGraphic.html">IGraphic</a> object that represents the picture for the left section of the header. Used to set attributes about the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_LeftMargin" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.LeftMargin">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.LeftMargin.html#GrapeCity_Spreadsheet_Printing_IPageSetup_LeftMargin">LeftMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the left margin, in inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_NumberOfCopies" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.NumberOfCopies">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.NumberOfCopies.html#GrapeCity_Spreadsheet_Printing_IPageSetup_NumberOfCopies">NumberOfCopies</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of copies to print.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_OddAndEvenPagesHeaderFooter" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.OddAndEvenPagesHeaderFooter">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.OddAndEvenPagesHeaderFooter.html#GrapeCity_Spreadsheet_Printing_IPageSetup_OddAndEvenPagesHeaderFooter">OddAndEvenPagesHeaderFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the specified PageSetup object has different headers and footers for odd-numbered and even-numbered pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_Order" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.Order">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.Order.html#GrapeCity_Spreadsheet_Printing_IPageSetup_Order">Order</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.Order.html#GrapeCity_Spreadsheet_Printing_IPageSetup_Order">Order</a> value that represents the order that Microsoft Excel uses to number pages when printing a large worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_Orientation" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.Orientation">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.Orientation.html#GrapeCity_Spreadsheet_Printing_IPageSetup_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Spreadsheet.Printing.PageOrientation.html">PageOrientation</a> value that represents the portrait or landscape printing mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_PaperSize" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.PaperSize">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.PaperSize.html#GrapeCity_Spreadsheet_Printing_IPageSetup_PaperSize">PaperSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the paper.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_PrintArea" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintArea">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintArea.html#GrapeCity_Spreadsheet_Printing_IPageSetup_PrintArea">PrintArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range to be printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_PrintErrors" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintErrors">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintErrors.html#GrapeCity_Spreadsheet_Printing_IPageSetup_PrintErrors">PrintErrors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintErrors.html#GrapeCity_Spreadsheet_Printing_IPageSetup_PrintErrors">PrintErrors</a> constant specifying the type of print error displayed. This feature allows users to suppress the display of error values when printing a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_PrintGridlines" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintGridlines">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintGridlines.html#GrapeCity_Spreadsheet_Printing_IPageSetup_PrintGridlines">PrintGridlines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether cell gridlines are printed on the page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_PrintHeadings" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintHeadings">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintHeadings.html#GrapeCity_Spreadsheet_Printing_IPageSetup_PrintHeadings">PrintHeadings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether row and column headings are printed with this page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_PrintTitleColumns" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintTitleColumns">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintTitleColumns.html#GrapeCity_Spreadsheet_Printing_IPageSetup_PrintTitleColumns">PrintTitleColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the columns that contain the cells to be repeated on the left side of each page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_PrintTitleRows" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintTitleRows">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.PrintTitleRows.html#GrapeCity_Spreadsheet_Printing_IPageSetup_PrintTitleRows">PrintTitleRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the rows that contain the cells to be repeated on the left side of each page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_RightFooter" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.RightFooter">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.RightFooter.html#GrapeCity_Spreadsheet_Printing_IPageSetup_RightFooter">RightFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a picture or text to be right-aligned in the page footer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_RightFooterPicture" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.RightFooterPicture">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.RightFooterPicture.html#GrapeCity_Spreadsheet_Printing_IPageSetup_RightFooterPicture">RightFooterPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set an <a class="xref" href="GrapeCity.Spreadsheet.IGraphic.html">IGraphic</a> object that represents the picture for the right section of the footer. Used to set attributes about the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_RightHeader" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.RightHeader">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.RightHeader.html#GrapeCity_Spreadsheet_Printing_IPageSetup_RightHeader">RightHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a picture or text to be right-aligned in the page header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_RightHeaderPicture" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.RightHeaderPicture">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.RightHeaderPicture.html#GrapeCity_Spreadsheet_Printing_IPageSetup_RightHeaderPicture">RightHeaderPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set an <a class="xref" href="GrapeCity.Spreadsheet.IGraphic.html">IGraphic</a> object that represents the picture for the right section of the header. Used to set attributes about the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_RightMargin" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.RightMargin">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.RightMargin.html#GrapeCity_Spreadsheet_Printing_IPageSetup_RightMargin">RightMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the right margin, in inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_ScaleWithDocHeaderFooter" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.ScaleWithDocHeaderFooter">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.ScaleWithDocHeaderFooter.html#GrapeCity_Spreadsheet_Printing_IPageSetup_ScaleWithDocHeaderFooter">ScaleWithDocHeaderFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the header and footer should be scaled with the document when the size of the document changes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_TopMargin" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.TopMargin">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.TopMargin.html#GrapeCity_Spreadsheet_Printing_IPageSetup_TopMargin">TopMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the top margin, in inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_IPageSetup_Zoom" data-uid="GrapeCity.Spreadsheet.Printing.IPageSetup.Zoom">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.IPageSetup.Zoom.html#GrapeCity_Spreadsheet_Printing_IPageSetup_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the percentage scale of the worksheet for printing.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
