# C1.C1Preview.StretchColumnEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_StretchColumnEnum" data-uid="C1.C1Preview.StretchColumnEnum" class="text-break">StretchColumnEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Describes how the width of a column in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>
can be adjusted if required by adjustments to the width of the
containing 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.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_StretchColumnEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum StretchColumnEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum StretchColumnEnum</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_StretchColumnEnum_Default">Default</td>
        <td><p>The behavior depends on the <a class="xref" href="C1.C1Preview.RenderTable.StretchColumns.html#C1_C1Preview_RenderTable_StretchColumns">StretchColumns</a> property
of the containing <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_StretchColumnEnum_IfLastOnPage">IfLastOnPage</td>
        <td><p>The column can be stretched if it is the last row on the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_StretchColumnEnum_No">No</td>
        <td><p>The column cannot be stretched.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_StretchColumnEnum_Yes">Yes</td>
        <td><p>The column can be stretched as needed.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
