# GrapeCity.Documents.Word.RowFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_RowFormat" data-uid="GrapeCity.Documents.Word.RowFormat" class="text-break">RowFormat Class
</h1>
  <div class="markdown level0 summary"><p>Represents formatting for a 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="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">RowFormat</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_RowFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RowFormat : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RowFormat
    Inherits FormattingBag</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_RowFormat_Alignment" data-uid="GrapeCity.Documents.Word.RowFormat.Alignment">
          <a class="xref" href="GrapeCity.Documents.Word.RowFormat.Alignment.html#GrapeCity_Documents_Word_RowFormat_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying how the table row is aligned in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RowFormat_AllowBreakAcrossPages" data-uid="GrapeCity.Documents.Word.RowFormat.AllowBreakAcrossPages">
          <a class="xref" href="GrapeCity.Documents.Word.RowFormat.AllowBreakAcrossPages.html#GrapeCity_Documents_Word_RowFormat_AllowBreakAcrossPages">AllowBreakAcrossPages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the contents within the current cell can be split between pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RowFormat_HeadingFormat" data-uid="GrapeCity.Documents.Word.RowFormat.HeadingFormat">
          <a class="xref" href="GrapeCity.Documents.Word.RowFormat.HeadingFormat.html#GrapeCity_Documents_Word_RowFormat_HeadingFormat">HeadingFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the current table row shall be repeated at the top of each new page on which part of this table is displayed.
This gives this table row the behavior of a 'header' row on each of these pages.
This property can be applied to any number of rows at the top of the table structure in order to generate multi-row table headers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RowFormat_Height" data-uid="GrapeCity.Documents.Word.RowFormat.Height">
          <a class="xref" href="GrapeCity.Documents.Word.RowFormat.Height.html#GrapeCity_Documents_Word_RowFormat_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the table row in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RowFormat_HeightRule" data-uid="GrapeCity.Documents.Word.RowFormat.HeightRule">
          <a class="xref" href="GrapeCity.Documents.Word.RowFormat.HeightRule.html#GrapeCity_Documents_Word_RowFormat_HeightRule">HeightRule</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rule for determining the height of the table row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RowFormat_Spacing" data-uid="GrapeCity.Documents.Word.RowFormat.Spacing">
          <a class="xref" href="GrapeCity.Documents.Word.RowFormat.Spacing.html#GrapeCity_Documents_Word_RowFormat_Spacing">Spacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default amount of space (in points) between the cells.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_RowFormat_ClearFormatting" data-uid="GrapeCity.Documents.Word.RowFormat.ClearFormatting">
          <a class="xref" href="GrapeCity.Documents.Word.RowFormat.ClearFormatting.html#GrapeCity_Documents_Word_RowFormat_ClearFormatting">ClearFormatting()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets to default row formatting.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
