# C1.Win.GanttView.Printing.TableHeaderEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_Printing_TableHeaderEnum" data-uid="C1.Win.GanttView.Printing.TableHeaderEnum" class="text-break">TableHeaderEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Flags specifying how a table header is repeated in a RenderTable.
This is the type of TableVectorGroup.Header.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.Printing.html">C1.Win.GanttView.Printing</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_Printing_TableHeaderEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum TableHeaderEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum TableHeaderEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_GanttView_Printing_TableHeaderEnum_All">All</td>
        <td><p>The header is repeated at the top of all pages. If there are multiple columns per page,
the header is repeated at the top of each column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_TableHeaderEnum_Column">Column</td>
        <td><p>The header is repeated only if there are multiple columns per page, at the top
of each column except the first on the page. If there is only one column,
the header is not printed at all.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_TableHeaderEnum_None">None</td>
        <td><p>The header is printed once at the top of the table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_TableHeaderEnum_Page">Page</td>
        <td><p>The header is repeated at the top of each page. If there are multiple columns
per page, the header is repeated only at the top of the first column on the page.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
