# C1.WPF.RichTextBox.Documents.C1TableColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1TableColumn" data-uid="C1.WPF.RichTextBox.Documents.C1TableColumn" class="text-break">C1TableColumn Class
</h1>
  <div class="markdown level0 summary"><p>Defines a column 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"><span class="xref">C1TableColumn</span></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_C1TableColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TableColumn</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TableColumn</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_C1TableColumn__ctor" data-uid="C1.WPF.RichTextBox.Documents.C1TableColumn.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableColumn.-ctor.html#C1_WPF_RichTextBox_Documents_C1TableColumn__ctor">C1TableColumn()</a>
        </td>
        <td class="markdown level1 summary"></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_C1TableColumn_Background" data-uid="C1.WPF.RichTextBox.Documents.C1TableColumn.Background">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableColumn.Background.html#C1_WPF_RichTextBox_Documents_C1TableColumn_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to fill the content of the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableColumn.html">C1TableColumn</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TableColumn_Width" data-uid="C1.WPF.RichTextBox.Documents.C1TableColumn.Width">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableColumn.Width.html#C1_WPF_RichTextBox_Documents_C1TableColumn_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableColumn.html">C1TableColumn</a> element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
