# C1.WPF.RichTextBox.EditExtensions.InsertColumnsRight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_RichTextBox_EditExtensions_InsertColumnsRight_" data-uid="C1.WPF.RichTextBox.EditExtensions.InsertColumnsRight*">InsertColumnsRight Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_RichTextBox_EditExtensions_InsertColumnsRight_" data-uid="C1.WPF.RichTextBox.EditExtensions.InsertColumnsRight*"></a>
<h4 id="C1_WPF_RichTextBox_EditExtensions_InsertColumnsRight_C1_WPF_RichTextBox_Documents_C1TextRange_" data-uid="C1.WPF.RichTextBox.EditExtensions.InsertColumnsRight(C1.WPF.RichTextBox.Documents.C1TextRange)">InsertColumnsRight(C1TextRange)</h4>
<div class="markdown level1 summary"><p>Inserts table columns to the right.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static IList&lt;C1TableColumn&gt; InsertColumnsRight(this C1TextRange range)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function InsertColumnsRight(range As C1TextRange) As IList(Of C1TableColumn)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextRange.html">C1TextRange</a></td>
      <td><span class="parametername">range</span></td>
      <td><p>The range where to insert table columns.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableColumn.html">C1TableColumn</a>&gt;</td>
      <td><p>The list of new columns</p>
</td>
    </tr>
  </tbody>
</table>
</div>
