# GrapeCity.Documents.Word.TabStopCollection.Add

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TabStopCollection_Add_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Add*">Add Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TabStopCollection_Add_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Add*"></a>
<h4 id="GrapeCity_Documents_Word_TabStopCollection_Add_System_Single_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Add(System.Single)">Add(float)</h4>
<div class="markdown level1 summary"><p>Adds or replaces a tab stop at a specified position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TabStop Add(float position)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Add(position As Single) As TabStop</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">position</span></td>
      <td><p>The position (in points) where to add the tab stop.</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.TabStop.html">TabStop</a></td>
      <td><p>The new tab stop object added at the specified position.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_TabStopCollection_Add_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Add*"></a>
<h4 id="GrapeCity_Documents_Word_TabStopCollection_Add_System_Single_GrapeCity_Documents_Word_TabStopAlignment_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Add(System.Single,GrapeCity.Documents.Word.TabStopAlignment)">Add(float, TabStopAlignment)</h4>
<div class="markdown level1 summary"><p>Adds or replaces a tab stop at a specified position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TabStop Add(float position, TabStopAlignment alignment)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Add(position As Single, alignment As TabStopAlignment) As TabStop</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">position</span></td>
      <td><p>The position (in points) where to add the tab stop.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.TabStopAlignment.html">TabStopAlignment</a></td>
      <td><span class="parametername">alignment</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Documents.Word.TabStopAlignment.html">TabStopAlignment</a> value that specifies the alignment of text at the tab stop.</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.TabStop.html">TabStop</a></td>
      <td><p>The new tab stop object added at the specified position.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_TabStopCollection_Add_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Add*"></a>
<h4 id="GrapeCity_Documents_Word_TabStopCollection_Add_System_Single_GrapeCity_Documents_Word_TabStopAlignment_GrapeCity_Documents_Word_TabStopLeader_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Add(System.Single,GrapeCity.Documents.Word.TabStopAlignment,GrapeCity.Documents.Word.TabStopLeader)">Add(float, TabStopAlignment, TabStopLeader)</h4>
<div class="markdown level1 summary"><p>Adds or replaces a tab stop at a specified position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TabStop Add(float position, TabStopAlignment alignment, TabStopLeader leader)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Add(position As Single, alignment As TabStopAlignment, leader As TabStopLeader) As TabStop</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">position</span></td>
      <td><p>The position (in points) where to add the tab stop.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.TabStopAlignment.html">TabStopAlignment</a></td>
      <td><span class="parametername">alignment</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Documents.Word.TabStopAlignment.html">TabStopAlignment</a> value that specifies the alignment of text at the tab stop.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.TabStopLeader.html">TabStopLeader</a></td>
      <td><span class="parametername">leader</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Documents.Word.TabStopLeader.html">TabStopLeader</a> value that specifies the type of the leader line displayed under the tab character.</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.TabStop.html">TabStop</a></td>
      <td><p>A new tab stop object specified on the position.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
