# C1.WPF.RichTextBox.Documents.C1Table

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1Table" data-uid="C1.WPF.RichTextBox.Documents.C1Table" class="text-break">C1Table Class
</h1>
  <div class="markdown level0 summary"><p>A block-level flow content element that provides a grid-based presentation organized by rows and columns.</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.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Block.html">C1Block</a></div>
    <div class="level3"><span class="xref">C1Table</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.Documents.html">C1.WPF.RichTextBox.Documents</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_C1Table_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Table : C1Block, IEnumerable&lt;C1TextElement&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Table
    Inherits C1Block
    Implements IEnumerable(Of C1TextElement), IEnumerable</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_Documents_C1Table__ctor" data-uid="C1.WPF.RichTextBox.Documents.C1Table.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.-ctor.html#C1_WPF_RichTextBox_Documents_C1Table__ctor">C1Table()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.html">C1Table</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_Documents_C1Table_BorderCollapseProperty" data-uid="C1.WPF.RichTextBox.Documents.C1Table.BorderCollapseProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.BorderCollapseProperty.html">BorderCollapseProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.BorderCollapse.html#C1_WPF_RichTextBox_Documents_C1Table_BorderCollapse">BorderCollapse</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1Table_BorderSpacingProperty" data-uid="C1.WPF.RichTextBox.Documents.C1Table.BorderSpacingProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.BorderSpacingProperty.html">BorderSpacingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.BorderSpacing.html#C1_WPF_RichTextBox_Documents_C1Table_BorderSpacing">BorderSpacing</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1Table_ColumnsProperty" data-uid="C1.WPF.RichTextBox.Documents.C1Table.ColumnsProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.ColumnsProperty.html">ColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.Columns.html#C1_WPF_RichTextBox_Documents_C1Table_Columns">Columns</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1Table_TableAlignmentProperty" data-uid="C1.WPF.RichTextBox.Documents.C1Table.TableAlignmentProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.TableAlignmentProperty.html">TableAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.TableAlignment.html#C1_WPF_RichTextBox_Documents_C1Table_TableAlignment">TableAlignment</a> style property.</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_Documents_C1Table_BorderCollapse" data-uid="C1.WPF.RichTextBox.Documents.C1Table.BorderCollapse">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.BorderCollapse.html#C1_WPF_RichTextBox_Documents_C1Table_BorderCollapse">BorderCollapse</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether adjacent cell borders are collapsed into one border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1Table_BorderSpacing" data-uid="C1.WPF.RichTextBox.Documents.C1Table.BorderSpacing">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.BorderSpacing.html#C1_WPF_RichTextBox_Documents_C1Table_BorderSpacing">BorderSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of spacing between cells in a table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1Table_Columns" data-uid="C1.WPF.RichTextBox.Documents.C1Table.Columns">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.Columns.html#C1_WPF_RichTextBox_Documents_C1Table_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that contains the columns hosted by the table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1Table_RowGroups" data-uid="C1.WPF.RichTextBox.Documents.C1Table.RowGroups">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.RowGroups.html#C1_WPF_RichTextBox_Documents_C1Table_RowGroups">RowGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableRowGroup.html">C1TableRowGroup</a> in the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.html">C1Table</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1Table_TableAlignment" data-uid="C1.WPF.RichTextBox.Documents.C1Table.TableAlignment">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.TableAlignment.html#C1_WPF_RichTextBox_Documents_C1Table_TableAlignment">TableAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of table.</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="C1_WPF_RichTextBox_Documents_C1Table_IsValidChild_System_Type_" data-uid="C1.WPF.RichTextBox.Documents.C1Table.IsValidChild(System.Type)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.IsValidChild.html#C1_WPF_RichTextBox_Documents_C1Table_IsValidChild_System_Type_">IsValidChild(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether a type is a valid child of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
