# C1.WPF.RichTextBox.Documents.C1TableRowGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1TableRowGroup" data-uid="C1.WPF.RichTextBox.Documents.C1TableRowGroup" class="text-break">C1TableRowGroup Class
</h1>
  <div class="markdown level0 summary"><p>Represents a flow content element used to group <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableRow.html">C1TableRow</a> elements 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">C1TableRowGroup</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_C1TableRowGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TableRowGroup : C1Block, IEnumerable&lt;C1TextElement&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TableRowGroup
    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_C1TableRowGroup__ctor" data-uid="C1.WPF.RichTextBox.Documents.C1TableRowGroup.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableRowGroup.-ctor.html#C1_WPF_RichTextBox_Documents_C1TableRowGroup__ctor">C1TableRowGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableRowGroup.html">C1TableRowGroup</a> instance.</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_C1TableRowGroup_Rows" data-uid="C1.WPF.RichTextBox.Documents.C1TableRowGroup.Rows">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableRowGroup.Rows.html#C1_WPF_RichTextBox_Documents_C1TableRowGroup_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableRow.html">C1TableRow</a> in the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableRowGroup.html">C1TableRowGroup</a>.</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_C1TableRowGroup_IsValidChild_System_Type_" data-uid="C1.WPF.RichTextBox.Documents.C1TableRowGroup.IsValidChild(System.Type)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableRowGroup.IsValidChild.html#C1_WPF_RichTextBox_Documents_C1TableRowGroup_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>
