# C1.WPF.SpellChecker.CharRange.GetWordAt

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_SpellChecker_CharRange_GetWordAt_" data-uid="C1.WPF.SpellChecker.CharRange.GetWordAt*">GetWordAt Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_SpellChecker_CharRange_GetWordAt_" data-uid="C1.WPF.SpellChecker.CharRange.GetWordAt*"></a>
<h4 id="C1_WPF_SpellChecker_CharRange_GetWordAt_System_String_System_Int32_C1_WPF_SpellChecker_IgnoreOptions_" data-uid="C1.WPF.SpellChecker.CharRange.GetWordAt(System.String,System.Int32,C1.WPF.SpellChecker.IgnoreOptions)">GetWordAt(string, int, IgnoreOptions)</h4>
<div class="markdown level1 summary"><p>Gets the word at a given position in the string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static CharRange GetWordAt(string text, int pos, IgnoreOptions ignore)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function GetWordAt(text As String, pos As Integer, ignore As IgnoreOptions) As CharRange</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>String that contains the text.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pos</span></td>
      <td><p>Position where to look for a word.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.WPF.SpellChecker.IgnoreOptions.html">IgnoreOptions</a></td>
      <td><span class="parametername">ignore</span></td>
      <td><p><a class="xref" href="C1.WPF.SpellChecker.IgnoreOptions.html">IgnoreOptions</a> that determines words to ignore.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</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="C1.WPF.SpellChecker.CharRange.html">CharRange</a></td>
      <td><p>A <a class="xref" href="C1.WPF.SpellChecker.CharRange.html">CharRange</a> object that contains the word at the specified
position in the string, or null if there are no more words at the specified position.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
