# GrapeCity.Documents.Word.FindResult

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_FindResult" data-uid="GrapeCity.Documents.Word.FindResult" class="text-break">FindResult Class
</h1>
  <div class="markdown level0 summary"><p>Represents the result of a find operation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">FindResult</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_FindResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FindResult</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FindResult</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_FindResult_Details" data-uid="GrapeCity.Documents.Word.FindResult.Details">
          <a class="xref" href="GrapeCity.Documents.Word.FindResult.Details.html#GrapeCity_Documents_Word_FindResult_Details">Details</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the details of the found instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FindResult_EndIndex" data-uid="GrapeCity.Documents.Word.FindResult.EndIndex">
          <a class="xref" href="GrapeCity.Documents.Word.FindResult.EndIndex.html#GrapeCity_Documents_Word_FindResult_EndIndex">EndIndex</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FindResult_Range" data-uid="GrapeCity.Documents.Word.FindResult.Range">
          <a class="xref" href="GrapeCity.Documents.Word.FindResult.Range.html#GrapeCity_Documents_Word_FindResult_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the range that represents the found text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FindResult_StartIndex" data-uid="GrapeCity.Documents.Word.FindResult.StartIndex">
          <a class="xref" href="GrapeCity.Documents.Word.FindResult.StartIndex.html#GrapeCity_Documents_Word_FindResult_StartIndex">StartIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the offset of the start 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 first 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>
</td>
      </tr>
    </tbody>
  </table>

</div>
