# GrapeCity.Documents.Word.FindResult.EndIndex

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_FindResult_EndIndex_" data-uid="GrapeCity.Documents.Word.FindResult.EndIndex*">EndIndex Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_FindResult_EndIndex_" data-uid="GrapeCity.Documents.Word.FindResult.EndIndex*"></a>
<h4 id="GrapeCity_Documents_Word_FindResult_EndIndex" data-uid="GrapeCity.Documents.Word.FindResult.EndIndex">EndIndex</h4>
<div class="markdown level1 summary"><p>Gets the offset of the end of the found text inside <a class="xref" href="GrapeCity.Documents.Word.FindResult.Range.html#GrapeCity_Documents_Word_FindResult_Range">Range</a>, in chars.</p>
<p>Note that this is the offset of the last actual <a class="xref" href="GrapeCity.Documents.Word.Text.html">Text</a> object in the range (not of derived objects such as <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a>).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int EndIndex { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property EndIndex As Integer</code></pre>
</div>
</div>
