# GrapeCity.Documents.Word.Layout.TableRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Layout_TableRow" data-uid="GrapeCity.Documents.Word.Layout.TableRow" class="text-break">TableRow Class
</h1>
  <div class="markdown level0 summary"><p>Represents the row in a Word table.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.Layout.LayoutElement.html">LayoutElement</a></div>
    <div class="level2"><span class="xref">TableRow</span></div>
  </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_TableRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TableRow : LayoutElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TableRow
    Inherits LayoutElement</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_Word_Layout_TableRow_ActualHeight" data-uid="GrapeCity.Documents.Word.Layout.TableRow.ActualHeight">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableRow.ActualHeight.html#GrapeCity_Documents_Word_Layout_TableRow_ActualHeight">ActualHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual height of the table row, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_TableRow_Cells" data-uid="GrapeCity.Documents.Word.Layout.TableRow.Cells">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableRow.Cells.html#GrapeCity_Documents_Word_Layout_TableRow_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of row cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_TableRow_HeadingRow" data-uid="GrapeCity.Documents.Word.Layout.TableRow.HeadingRow">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableRow.HeadingRow.html#GrapeCity_Documents_Word_Layout_TableRow_HeadingRow">HeadingRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the current row shall be repeated at the top of each new page on which part of this table is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_TableRow_RowIndex" data-uid="GrapeCity.Documents.Word.Layout.TableRow.RowIndex">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableRow.RowIndex.html#GrapeCity_Documents_Word_Layout_TableRow_RowIndex">RowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_TableRow_WordRow" data-uid="GrapeCity.Documents.Word.Layout.TableRow.WordRow">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableRow.WordRow.html#GrapeCity_Documents_Word_Layout_TableRow_WordRow">WordRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the source <a class="xref" href="GrapeCity.Documents.Word.Row.html">Row</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
