# GrapeCity.Documents.Excel.IHeaderFooter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IHeaderFooter" data-uid="GrapeCity.Documents.Excel.IHeaderFooter" class="text-break">IHeaderFooter Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a picture or text how to be aligned in the page header and footer.</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_IHeaderFooter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IHeaderFooter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IHeaderFooter</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_IHeaderFooter_Picture" data-uid="GrapeCity.Documents.Excel.IHeaderFooter.Picture">
          <a class="xref" href="GrapeCity.Documents.Excel.IHeaderFooter.Picture.html#GrapeCity_Documents_Excel_IHeaderFooter_Picture">Picture</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.html">IGraphic</a> object that represents a picture field included in the specified header or footer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHeaderFooter_Text" data-uid="GrapeCity.Documents.Excel.IHeaderFooter.Text">
          <a class="xref" href="GrapeCity.Documents.Excel.IHeaderFooter.Text.html#GrapeCity_Documents_Excel_IHeaderFooter_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a Text object that represents text included in the specified header or footer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
