# GrapeCity.Documents.Word.TextColumnCollection.Add

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TextColumnCollection_Add_" data-uid="GrapeCity.Documents.Word.TextColumnCollection.Add*">Add Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TextColumnCollection_Add_" data-uid="GrapeCity.Documents.Word.TextColumnCollection.Add*"></a>
<h4 id="GrapeCity_Documents_Word_TextColumnCollection_Add" data-uid="GrapeCity.Documents.Word.TextColumnCollection.Add">Add()</h4>
<div class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.TextColumn.html">TextColumn</a> to the section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextColumn Add()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Add() As TextColumn</code></pre>
</div>
<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="GrapeCity.Documents.Word.TextColumn.html">TextColumn</a></td>
      <td><p>The newly created <a class="xref" href="GrapeCity.Documents.Word.TextColumn.html">TextColumn</a>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_TextColumnCollection_Add_" data-uid="GrapeCity.Documents.Word.TextColumnCollection.Add*"></a>
<h4 id="GrapeCity_Documents_Word_TextColumnCollection_Add_System_Single_" data-uid="GrapeCity.Documents.Word.TextColumnCollection.Add(System.Single)">Add(float)</h4>
<div class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.TextColumn.html">TextColumn</a> to the section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextColumn Add(float width)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Add(width As Single) As TextColumn</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="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>The width of the new text column, in points.</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="GrapeCity.Documents.Word.TextColumn.html">TextColumn</a></td>
      <td><p>The newly created <a class="xref" href="GrapeCity.Documents.Word.TextColumn.html">TextColumn</a>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_TextColumnCollection_Add_" data-uid="GrapeCity.Documents.Word.TextColumnCollection.Add*"></a>
<h4 id="GrapeCity_Documents_Word_TextColumnCollection_Add_System_Single_System_Single_" data-uid="GrapeCity.Documents.Word.TextColumnCollection.Add(System.Single,System.Single)">Add(float, float)</h4>
<div class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.TextColumn.html">TextColumn</a> to the section.</p>
<p>
This method sets the <a class="xref" href="GrapeCity.Documents.Word.TextColumnCollection.EvenlySpaced.html#GrapeCity_Documents_Word_TextColumnCollection_EvenlySpaced">EvenlySpaced</a> property to false.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextColumn Add(float width, float spaceAfter)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Add(width As Single, spaceAfter As Single) As TextColumn</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="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>The width of the new text column, in points.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">spaceAfter</span></td>
      <td><p>The space between this column and the next column, in points.</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="GrapeCity.Documents.Word.TextColumn.html">TextColumn</a></td>
      <td><p>The newly created <a class="xref" href="GrapeCity.Documents.Word.TextColumn.html">TextColumn</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
