# C1.C1Word.Objects.RtfRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Word_Objects_RtfRow" data-uid="C1.C1Word.Objects.RtfRow" class="text-break">RtfRow Class
</h1>
  <div class="markdown level0 summary"><p>The Word/RTF table row.</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="C1.C1Word.Objects.RtfObject.html">RtfObject</a></div>
    <div class="level2"><a class="xref" href="C1.C1Word.Objects.RtfBorderObject.html">RtfBorderObject</a></div>
    <div class="level3"><a class="xref" href="C1.C1Word.Objects.RtfFilledObject.html">RtfFilledObject</a></div>
    <div class="level4"><a class="xref" href="C1.C1Word.Objects.RtfDiagonalObject.html">RtfDiagonalObject</a></div>
    <div class="level5"><a class="xref" href="C1.C1Word.Objects.RtfTableObject.html">RtfTableObject</a></div>
    <div class="level6"><span class="xref">RtfRow</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Word.Objects.html">C1.C1Word.Objects</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_C1Word_Objects_RtfRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfRow : RtfTableObject, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RtfRow
    Inherits RtfTableObject
    Implements ICloneable</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="C1_C1Word_Objects_RtfRow_BottomCellSpacing" data-uid="C1.C1Word.Objects.RtfRow.BottomCellSpacing">
          <a class="xref" href="C1.C1Word.Objects.RtfRow.BottomCellSpacing.html#C1_C1Word_Objects_RtfRow_BottomCellSpacing">BottomCellSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets bottom spacing of cells for this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfRow_Cells" data-uid="C1.C1Word.Objects.RtfRow.Cells">
          <a class="xref" href="C1.C1Word.Objects.RtfRow.Cells.html#C1_C1Word_Objects_RtfRow_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Get table cell collection for this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfRow_Height" data-uid="C1.C1Word.Objects.RtfRow.Height">
          <a class="xref" href="C1.C1Word.Objects.RtfRow.Height.html#C1_C1Word_Objects_RtfRow_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets height of this row of a point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfRow_Index" data-uid="C1.C1Word.Objects.RtfRow.Index">
          <a class="xref" href="C1.C1Word.Objects.RtfRow.Index.html#C1_C1Word_Objects_RtfRow_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets index of the cell collection for this cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfRow_Left" data-uid="C1.C1Word.Objects.RtfRow.Left">
          <a class="xref" href="C1.C1Word.Objects.RtfRow.Left.html#C1_C1Word_Objects_RtfRow_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets left indent of this row of a point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfRow_LeftCellPadding" data-uid="C1.C1Word.Objects.RtfRow.LeftCellPadding">
          <a class="xref" href="C1.C1Word.Objects.RtfRow.LeftCellPadding.html#C1_C1Word_Objects_RtfRow_LeftCellPadding">LeftCellPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets left padding of the first cell for this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfRow_LeftCellSpacing" data-uid="C1.C1Word.Objects.RtfRow.LeftCellSpacing">
          <a class="xref" href="C1.C1Word.Objects.RtfRow.LeftCellSpacing.html#C1_C1Word_Objects_RtfRow_LeftCellSpacing">LeftCellSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets left spacing of cells for thos row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfRow_RightCellPadding" data-uid="C1.C1Word.Objects.RtfRow.RightCellPadding">
          <a class="xref" href="C1.C1Word.Objects.RtfRow.RightCellPadding.html#C1_C1Word_Objects_RtfRow_RightCellPadding">RightCellPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets right padding of the last cell for this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfRow_RightCellSpacing" data-uid="C1.C1Word.Objects.RtfRow.RightCellSpacing">
          <a class="xref" href="C1.C1Word.Objects.RtfRow.RightCellSpacing.html#C1_C1Word_Objects_RtfRow_RightCellSpacing">RightCellSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets right spacing of cells for this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfRow_TopCellSpacing" data-uid="C1.C1Word.Objects.RtfRow.TopCellSpacing">
          <a class="xref" href="C1.C1Word.Objects.RtfRow.TopCellSpacing.html#C1_C1Word_Objects_RtfRow_TopCellSpacing">TopCellSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets top spacing of cells for this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfRow_WidthPercent" data-uid="C1.C1Word.Objects.RtfRow.WidthPercent">
          <a class="xref" href="C1.C1Word.Objects.RtfRow.WidthPercent.html#C1_C1Word_Objects_RtfRow_WidthPercent">WidthPercent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets width in percent of the page.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
