# GrapeCity.Documents.Excel.IPage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IPage" data-uid="GrapeCity.Documents.Excel.IPage" class="text-break">IPage Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the alignment of text on the page of a workbook or section.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IPage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPage</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_Documents_Excel_IPage_CenterFooter" data-uid="GrapeCity.Documents.Excel.IPage.CenterFooter">
          <a class="xref" href="GrapeCity.Documents.Excel.IPage.CenterFooter.html#GrapeCity_Documents_Excel_IPage_CenterFooter">CenterFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a picture or text to be center aligned in the page footer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPage_CenterHeader" data-uid="GrapeCity.Documents.Excel.IPage.CenterHeader">
          <a class="xref" href="GrapeCity.Documents.Excel.IPage.CenterHeader.html#GrapeCity_Documents_Excel_IPage_CenterHeader">CenterHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a picture or text to be center aligned in the page header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPage_LeftFooter" data-uid="GrapeCity.Documents.Excel.IPage.LeftFooter">
          <a class="xref" href="GrapeCity.Documents.Excel.IPage.LeftFooter.html#GrapeCity_Documents_Excel_IPage_LeftFooter">LeftFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a picture or text to be left aligned in the page footer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPage_LeftHeader" data-uid="GrapeCity.Documents.Excel.IPage.LeftHeader">
          <a class="xref" href="GrapeCity.Documents.Excel.IPage.LeftHeader.html#GrapeCity_Documents_Excel_IPage_LeftHeader">LeftHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a picture or text to be left aligned in the page header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPage_RightFooter" data-uid="GrapeCity.Documents.Excel.IPage.RightFooter">
          <a class="xref" href="GrapeCity.Documents.Excel.IPage.RightFooter.html#GrapeCity_Documents_Excel_IPage_RightFooter">RightFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a picture or text to be right aligned in the page footer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPage_RightHeader" data-uid="GrapeCity.Documents.Excel.IPage.RightHeader">
          <a class="xref" href="GrapeCity.Documents.Excel.IPage.RightHeader.html#GrapeCity_Documents_Excel_IPage_RightHeader">RightHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a picture or text to be right aligned in the page header.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
