# GrapeCity.Documents.Excel.ComboBoxCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ComboBoxCellType" data-uid="GrapeCity.Documents.Excel.ComboBoxCellType" class="text-break">ComboBoxCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents an editable combo box cell.</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"><a class="xref" href="GrapeCity.Documents.Excel.BaseCellType.html">BaseCellType</a></div>
    <div class="level2"><span class="xref">ComboBoxCellType</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_ComboBoxCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ComboBoxCellType : BaseCellType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ComboBoxCellType
    Inherits BaseCellType</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_ComboBoxCellType__ctor" data-uid="GrapeCity.Documents.Excel.ComboBoxCellType.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.ComboBoxCellType.-ctor.html#GrapeCity_Documents_Excel_ComboBoxCellType__ctor">ComboBoxCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Create a combo box cell type.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_ComboBoxCellType_Editable" data-uid="GrapeCity.Documents.Excel.ComboBoxCellType.Editable">
          <a class="xref" href="GrapeCity.Documents.Excel.ComboBoxCellType.Editable.html#GrapeCity_Documents_Excel_ComboBoxCellType_Editable">Editable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the combo box is editable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ComboBoxCellType_EditorValueType" data-uid="GrapeCity.Documents.Excel.ComboBoxCellType.EditorValueType">
          <a class="xref" href="GrapeCity.Documents.Excel.ComboBoxCellType.EditorValueType.html#GrapeCity_Documents_Excel_ComboBoxCellType_EditorValueType">EditorValueType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value that is written to the underlying data model.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ComboBoxCellType_ItemHeight" data-uid="GrapeCity.Documents.Excel.ComboBoxCellType.ItemHeight">
          <a class="xref" href="GrapeCity.Documents.Excel.ComboBoxCellType.ItemHeight.html#GrapeCity_Documents_Excel_ComboBoxCellType_ItemHeight">ItemHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of each item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ComboBoxCellType_Items" data-uid="GrapeCity.Documents.Excel.ComboBoxCellType.Items">
          <a class="xref" href="GrapeCity.Documents.Excel.ComboBoxCellType.Items.html#GrapeCity_Documents_Excel_ComboBoxCellType_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the items for the drop-down list in the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ComboBoxCellType_MaxDropDownItems" data-uid="GrapeCity.Documents.Excel.ComboBoxCellType.MaxDropDownItems">
          <a class="xref" href="GrapeCity.Documents.Excel.ComboBoxCellType.MaxDropDownItems.html#GrapeCity_Documents_Excel_ComboBoxCellType_MaxDropDownItems">MaxDropDownItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum item count of the drop-down list per page.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
