# C1.WPF.RichTextBox.C1TableHelper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_C1TableHelper" data-uid="C1.WPF.RichTextBox.C1TableHelper" class="text-break">C1TableHelper Class
</h1>
  <div class="markdown level0 summary"><p>Distributes the cells of a C1Table in a grid taking column and row spans into account.</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"><span class="xref">C1TableHelper</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.html">C1.WPF.RichTextBox</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.dll</h6>
  <h5 id="C1_WPF_RichTextBox_C1TableHelper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TableHelper</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TableHelper</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1TableHelper__ctor_C1_WPF_RichTextBox_Documents_C1Table_" data-uid="C1.WPF.RichTextBox.C1TableHelper.#ctor(C1.WPF.RichTextBox.Documents.C1Table)">
          <a class="xref" href="C1.WPF.RichTextBox.C1TableHelper.-ctor.html#C1_WPF_RichTextBox_C1TableHelper__ctor_C1_WPF_RichTextBox_Documents_C1Table_">C1TableHelper(C1Table)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.RichTextBox.C1TableHelper.html">C1TableHelper</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_WPF_RichTextBox_C1TableHelper_Cells" data-uid="C1.WPF.RichTextBox.C1TableHelper.Cells">
          <a class="xref" href="C1.WPF.RichTextBox.C1TableHelper.Cells.html#C1_WPF_RichTextBox_C1TableHelper_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1TableHelper_ColumnCount" data-uid="C1.WPF.RichTextBox.C1TableHelper.ColumnCount">
          <a class="xref" href="C1.WPF.RichTextBox.C1TableHelper.ColumnCount.html#C1_WPF_RichTextBox_C1TableHelper_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column count.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1TableHelper_Item_System_Int32_System_Int32_" data-uid="C1.WPF.RichTextBox.C1TableHelper.Item(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.RichTextBox.C1TableHelper.Item.html#C1_WPF_RichTextBox_C1TableHelper_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">RichTextBox.Documents.C1TableCell</span> in the specified row, col position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1TableHelper_RowCount" data-uid="C1.WPF.RichTextBox.C1TableHelper.RowCount">
          <a class="xref" href="C1.WPF.RichTextBox.C1TableHelper.RowCount.html#C1_WPF_RichTextBox_C1TableHelper_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row count.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1TableHelper_Table" data-uid="C1.WPF.RichTextBox.C1TableHelper.Table">
          <a class="xref" href="C1.WPF.RichTextBox.C1TableHelper.Table.html#C1_WPF_RichTextBox_C1TableHelper_Table">Table</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.html">C1Table</a> element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
