# GrapeCity.Documents.Word.TabStopCollection.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TabStopCollection_Item_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TabStopCollection_Item_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Item*"></a>
<h4 id="GrapeCity_Documents_Word_TabStopCollection_Item_System_Int32_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Item(System.Int32)">this[int]</h4>
<div class="markdown level1 summary"><p>Gets a tab stop at the given index.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TabStop this[int index] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Default Property Item(index As Integer) 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.int32">int</a></td>
      <td><span class="parametername">index</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</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>An index into the collection of tab stops.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">IReadOnlyList&lt;T&gt;.this[int]</a></div>


<a id="GrapeCity_Documents_Word_TabStopCollection_Item_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Item*"></a>
<h4 id="GrapeCity_Documents_Word_TabStopCollection_Item_System_Single_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Item(System.Single)">this[float]</h4>
<div class="markdown level1 summary"><p>Gets 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 this[float position] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Default Property Item(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) of the tab stop.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</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>Returns the tab stop at the specified position.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
