# GrapeCity.Documents.Excel.Forms.IDropDown

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Forms_IDropDown" data-uid="GrapeCity.Documents.Excel.Forms.IDropDown" class="text-break">IDropDown Interface
</h1>
  <div class="markdown level0 summary"><p>The drop down control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Forms.html">GrapeCity.Documents.Excel.Forms</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Forms_IDropDown_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDropDown : IControl&lt;IDropDown&gt;, ISelector&lt;DropDownItem&gt;, ISelector, ICellLinkControl&lt;int&gt;, ICellLinkControl, IControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDropDown
    Inherits IControl(Of IDropDown), ISelector(Of DropDownItem), ISelector, ICellLinkControl(Of Integer), ICellLinkControl, IControl</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_Excel_Forms_IDropDown_DropDownLines" data-uid="GrapeCity.Documents.Excel.Forms.IDropDown.DropDownLines">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IDropDown.DropDownLines.html#GrapeCity_Documents_Excel_Forms_IDropDown_DropDownLines">DropDownLines</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum list count.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
