# C1.C1Word.Objects.RtfColumnCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Word_Objects_RtfColumnCollection" data-uid="C1.C1Word.Objects.RtfColumnCollection" class="text-break">RtfColumnCollection Class
</h1>
  <div class="markdown level0 summary"><p>The Word/RTF colors table object.</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.C1Word.Objects.RtfObject.html">RtfObject</a></div>
    <div class="level2"><a class="xref" href="C1.C1Word.Objects.RtfCollection.html">RtfCollection</a></div>
    <div class="level3"><span class="xref">RtfColumnCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></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.C1Word.Objects.html">C1.C1Word.Objects</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_C1Word_Objects_RtfColumnCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfColumnCollection : RtfCollection, ICloneable, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RtfColumnCollection
    Inherits RtfCollection
    Implements ICloneable, IEnumerable</code></pre>
  </div>
  <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_C1Word_Objects_RtfColumnCollection_AutoSpacing" data-uid="C1.C1Word.Objects.RtfColumnCollection.AutoSpacing">
          <a class="xref" href="C1.C1Word.Objects.RtfColumnCollection.AutoSpacing.html#C1_C1Word_Objects_RtfColumnCollection_AutoSpacing">AutoSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the automatic spacing for Word/RTF columns of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfColumnCollection_Item_System_Int32_" data-uid="C1.C1Word.Objects.RtfColumnCollection.Item(System.Int32)">
          <a class="xref" href="C1.C1Word.Objects.RtfColumnCollection.Item.html#C1_C1Word_Objects_RtfColumnCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column at the specified index within the collection.</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_C1Word_Objects_RtfColumnCollection_Clone_C1_C1Word_Objects_RtfObject_" data-uid="C1.C1Word.Objects.RtfColumnCollection.Clone(C1.C1Word.Objects.RtfObject)">
          <a class="xref" href="C1.C1Word.Objects.RtfColumnCollection.Clone.html#C1_C1Word_Objects_RtfColumnCollection_Clone_C1_C1Word_Objects_RtfObject_">Clone(RtfObject)</a>
        </td>
        <td class="markdown level1 summary"><p>A copy of the current collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
