# C1.C1Preview.StretchTableEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_StretchTableEnum" data-uid="C1.C1Preview.StretchTableEnum" class="text-break">StretchTableEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerates the modes of stretching the rows or columns of a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>
when filling an empty space below or on the right of the table.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_StretchTableEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum StretchTableEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum StretchTableEnum</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_C1Preview_StretchTableEnum_AllColumns">AllColumns</td>
        <td><p>All columns of a table are stretched equally to fill the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_StretchTableEnum_AllVectors">AllVectors</td>
        <td><p>All rows or columns of a table are stretched equally to fill the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_StretchTableEnum_LastColumnOnPage">LastColumnOnPage</td>
        <td><p>Only the last column on a page is stretched to fill it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_StretchTableEnum_LastVectorOnPage">LastVectorOnPage</td>
        <td><p>Only the last row or column on a page is stretched to fill it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_StretchTableEnum_None">None</td>
        <td><p>Rows or columns of a table do no stretch.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
