# GrapeCity.Documents.Word.TabStopCollection.Delete

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TabStopCollection_Delete_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Delete*">Delete Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TabStopCollection_Delete_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Delete*"></a>
<h4 id="GrapeCity_Documents_Word_TabStopCollection_Delete_GrapeCity_Documents_Word_TabStop_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Delete(GrapeCity.Documents.Word.TabStop)">Delete(TabStop)</h4>
<div class="markdown level1 summary"><p>Deletes a <a class="xref" href="GrapeCity.Documents.Word.TabStop.html">TabStop</a> from the collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Delete(TabStop tabStop)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Delete(tabStop 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="GrapeCity.Documents.Word.TabStop.html">TabStop</a></td>
      <td><span class="parametername">tabStop</span></td>
      <td><p>The <a class="xref" href="GrapeCity.Documents.Word.TabStop.html">TabStop</a> to delete.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Documents_Word_TabStopCollection_Delete_GrapeCity_Documents_Word_TabStop__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method only allows deleting tab stops that are not inherited from a previous level of the hierarchy.
So after deleting there may be another active tab stop at this position that is inherited.
To stop propagation of active tab stops at this position just add a new tab stop with <a class="xref" href="GrapeCity.Documents.Word.TabStopAlignment.html#GrapeCity_Documents_Word_TabStopAlignment_Clear">Clear</a>.</p>
</div>
</div>
