# GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteMatchingMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteMatchingMode" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteMatchingMode" class="text-break">AutoCompleteMatchingMode Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates the string matching mode of automatic complete.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteMatchingMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AutoCompleteMatchingMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AutoCompleteMatchingMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteMatchingMode_AmbiguousMatchAll">AmbiguousMatchAll</td>
        <td><p>Finds all matched strings in the candidate string, uses ambiguous character comparison.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteMatchingMode_AmbiguousMatchStartWith">AmbiguousMatchStartWith</td>
        <td><p>Compares candidate strings that start with matching, uses ambiguous character comparison.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteMatchingMode_ExactMatchAll">ExactMatchAll</td>
        <td><p>Finds all matched strings in the candidate string, case-sensitive.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteMatchingMode_ExactMatchStartWith">ExactMatchStartWith</td>
        <td><p>Compares candidate strings that start with matching, case-sensitive.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteMatchingMode_MatchAll">MatchAll</td>
        <td><p>Finds all matched strings in the candidate string, ignores case.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteMatchingMode_MatchStartWith">MatchStartWith</td>
        <td><p>Compares candidate strings that start with matching, ignores case.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
