# GrapeCity.Documents.Word.Layout.RowHeightRule

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_Layout_RowHeightRule" data-uid="GrapeCity.Documents.Word.Layout.RowHeightRule" class="text-break">RowHeightRule Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the rule for determining the height of a table row.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.Layout.html">GrapeCity.Documents.Word.Layout</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Layout_RowHeightRule_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RowHeightRule</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RowHeightRule</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="GrapeCity_Documents_Word_Layout_RowHeightRule_AtLeast">AtLeast</td>
        <td><p>The height will be at least the specified height in points.
It will grow, if needed, to accommodate all text inside a row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_RowHeightRule_Auto">Auto</td>
        <td><p>The height will grow automatically to accommodate all text inside a row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_RowHeightRule_Exact">Exact</td>
        <td><p>The height is specified exactly in points.
If the text cannot fit inside the row of this height, it will appear truncated.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
