# GrapeCity.Documents.Excel.ComboBoxCellItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ComboBoxCellItem" data-uid="GrapeCity.Documents.Excel.ComboBoxCellItem" class="text-break">ComboBoxCellItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents an comboBox item.</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"><span class="xref">ComboBoxCellItem</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_ComboBoxCellItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ComboBoxCellItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ComboBoxCellItem</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_ComboBoxCellItem__ctor" data-uid="GrapeCity.Documents.Excel.ComboBoxCellItem.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.ComboBoxCellItem.-ctor.html#GrapeCity_Documents_Excel_ComboBoxCellItem__ctor">ComboBoxCellItem()</a>
        </td>
        <td class="markdown level1 summary"></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_ComboBoxCellItem_Text" data-uid="GrapeCity.Documents.Excel.ComboBoxCellItem.Text">
          <a class="xref" href="GrapeCity.Documents.Excel.ComboBoxCellItem.Text.html#GrapeCity_Documents_Excel_ComboBoxCellItem_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of the item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ComboBoxCellItem_Value" data-uid="GrapeCity.Documents.Excel.ComboBoxCellItem.Value">
          <a class="xref" href="GrapeCity.Documents.Excel.ComboBoxCellItem.Value.html#GrapeCity_Documents_Excel_ComboBoxCellItem_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
