# GrapeCity.Documents.Word.ReplacingArgs.EndIndex

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ReplacingArgs_EndIndex_" data-uid="GrapeCity.Documents.Word.ReplacingArgs.EndIndex*">EndIndex Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ReplacingArgs_EndIndex_" data-uid="GrapeCity.Documents.Word.ReplacingArgs.EndIndex*"></a>
<h4 id="GrapeCity_Documents_Word_ReplacingArgs_EndIndex" data-uid="GrapeCity.Documents.Word.ReplacingArgs.EndIndex">EndIndex</h4>
<div class="markdown level1 summary"><p>Gets the zero-based end  position of the match from the start of the last <a class="xref" href="GrapeCity.Documents.Word.Text.html">Text</a> object
that contains the ending of the match. If match doesnt ends with <a class="xref" href="GrapeCity.Documents.Word.Text.html">Text</a> object, it will be -1.</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>
