# C1.WPF.RichTextBox.Documents.C1TableCell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1TableCell" data-uid="C1.WPF.RichTextBox.Documents.C1TableCell" class="text-break">C1TableCell Class
</h1>
  <div class="markdown level0 summary"><p>A flow content element that defines a cell of content within a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.html">C1Table</a>.</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">C1TableCell</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.4.6.2.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_C1TableCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TableCell : C1Block, IEnumerable&lt;C1TextElement&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TableCell
    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_C1TableCell__ctor" data-uid="C1.WPF.RichTextBox.Documents.C1TableCell.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.-ctor.html#C1_WPF_RichTextBox_Documents_C1TableCell__ctor">C1TableCell()</a>
        </td>
        <td class="markdown level1 summary"></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_C1TableCell_ColumnSpanProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TableCell.ColumnSpanProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.ColumnSpanProperty.html">ColumnSpanProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.ColumnSpan.html#C1_WPF_RichTextBox_Documents_C1TableCell_ColumnSpan">ColumnSpan</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TableCell_RowSpanProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TableCell.RowSpanProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.RowSpanProperty.html">RowSpanProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.RowSpan.html#C1_WPF_RichTextBox_Documents_C1TableCell_RowSpan">RowSpan</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_C1TableCell_Blocks" data-uid="C1.WPF.RichTextBox.Documents.C1TableCell.Blocks">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.Blocks.html#C1_WPF_RichTextBox_Documents_C1TableCell_Blocks">Blocks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Block.html">C1Block</a> in the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.html">C1TableCell</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TableCell_ColumnSpan" data-uid="C1.WPF.RichTextBox.Documents.C1TableCell.ColumnSpan">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.ColumnSpan.html#C1_WPF_RichTextBox_Documents_C1TableCell_ColumnSpan">ColumnSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns that the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.html">C1TableCell</a> should span.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TableCell_RowSpan" data-uid="C1.WPF.RichTextBox.Documents.C1TableCell.RowSpan">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.RowSpan.html#C1_WPF_RichTextBox_Documents_C1TableCell_RowSpan">RowSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows that the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.html">C1TableCell</a> should span.</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_C1TableCell_IsValidChild_System_Type_" data-uid="C1.WPF.RichTextBox.Documents.C1TableCell.IsValidChild(System.Type)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.IsValidChild.html#C1_WPF_RichTextBox_Documents_C1TableCell_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>
