# FarPoint.Win.Spread.CellType.IAutoCompleteSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_IAutoCompleteSupport" data-uid="FarPoint.Win.Spread.CellType.IAutoCompleteSupport" class="text-break">IAutoCompleteSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports automatic completion (type ahead) for users typing text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_IAutoCompleteSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAutoCompleteSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAutoCompleteSupport</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="FarPoint_Win_Spread_CellType_IAutoCompleteSupport_AutoCompleteCustomSource" data-uid="FarPoint.Win.Spread.CellType.IAutoCompleteSupport.AutoCompleteCustomSource">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IAutoCompleteSupport.AutoCompleteCustomSource.html#FarPoint_Win_Spread_CellType_IAutoCompleteSupport_AutoCompleteCustomSource">AutoCompleteCustomSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom System.Collections.Specialized.StringCollection when the AutoCompleteSource property is set to CustomSource.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IAutoCompleteSupport_AutoCompleteMode" data-uid="FarPoint.Win.Spread.CellType.IAutoCompleteSupport.AutoCompleteMode">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IAutoCompleteSupport.AutoCompleteMode.html#FarPoint_Win_Spread_CellType_IAutoCompleteSupport_AutoCompleteMode">AutoCompleteMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how automatic completion works.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IAutoCompleteSupport_AutoCompleteSource" data-uid="FarPoint.Win.Spread.CellType.IAutoCompleteSupport.AutoCompleteSource">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IAutoCompleteSupport.AutoCompleteSource.html#FarPoint_Win_Spread_CellType_IAutoCompleteSupport_AutoCompleteSource">AutoCompleteSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the source of complete strings used for automatic completion.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IAutoCompleteSupport_AutoFillAutoCompleteCustomSource" data-uid="FarPoint.Win.Spread.CellType.IAutoCompleteSupport.AutoFillAutoCompleteCustomSource">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IAutoCompleteSupport.AutoFillAutoCompleteCustomSource.html#FarPoint_Win_Spread_CellType_IAutoCompleteSupport_AutoFillAutoCompleteCustomSource">AutoFillAutoCompleteCustomSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the AutoCompleteCustomSource is automatically filled with data from a column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
