# GrapeCity.Documents.Word.ReplacingArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_ReplacingArgs" data-uid="GrapeCity.Documents.Word.ReplacingArgs" class="text-break">ReplacingArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the details about a found text.</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">ReplacingArgs</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_ReplacingArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReplacingArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReplacingArgs</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_ReplacingArgs_EndIndex" data-uid="GrapeCity.Documents.Word.ReplacingArgs.EndIndex">
          <a class="xref" href="GrapeCity.Documents.Word.ReplacingArgs.EndIndex.html#GrapeCity_Documents_Word_ReplacingArgs_EndIndex">EndIndex</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ReplacingArgs_FoundText" data-uid="GrapeCity.Documents.Word.ReplacingArgs.FoundText">
          <a class="xref" href="GrapeCity.Documents.Word.ReplacingArgs.FoundText.html#GrapeCity_Documents_Word_ReplacingArgs_FoundText">FoundText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the matched text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ReplacingArgs_MatchRange" data-uid="GrapeCity.Documents.Word.ReplacingArgs.MatchRange">
          <a class="xref" href="GrapeCity.Documents.Word.ReplacingArgs.MatchRange.html#GrapeCity_Documents_Word_ReplacingArgs_MatchRange">MatchRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the match range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ReplacingArgs_RegexDetails" data-uid="GrapeCity.Documents.Word.ReplacingArgs.RegexDetails">
          <a class="xref" href="GrapeCity.Documents.Word.ReplacingArgs.RegexDetails.html#GrapeCity_Documents_Word_ReplacingArgs_RegexDetails">RegexDetails</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the match details.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ReplacingArgs_Replacement" data-uid="GrapeCity.Documents.Word.ReplacingArgs.Replacement">
          <a class="xref" href="GrapeCity.Documents.Word.ReplacingArgs.Replacement.html#GrapeCity_Documents_Word_ReplacingArgs_Replacement">Replacement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the replacement string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ReplacingArgs_StartIndex" data-uid="GrapeCity.Documents.Word.ReplacingArgs.StartIndex">
          <a class="xref" href="GrapeCity.Documents.Word.ReplacingArgs.StartIndex.html#GrapeCity_Documents_Word_ReplacingArgs_StartIndex">StartIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a zero-based starting position of the match from the start of the first <a class="xref" href="GrapeCity.Documents.Word.Text.html">Text</a> object
that contains the beginning of the match. If match doesnt start from <a class="xref" href="GrapeCity.Documents.Word.Text.html">Text</a> object, it will be -1.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
