# GrapeCity.Wpf.SpreadSheet.CellType.ComboBoxValueType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_ComboBoxValueType" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.ComboBoxValueType" class="text-break">ComboBoxValueType Enum
</h1>
  <div class="markdown level0 summary"><p>Determines how to storage the value of cell</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.html">GrapeCity.Wpf.SpreadSheet.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_ComboBoxValueType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ComboBoxValueType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ComboBoxValueType</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_Wpf_SpreadSheet_CellType_ComboBoxValueType_Default">Default</td>
        <td><p>Same as the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.ComboBoxValueType.html#GrapeCity_Wpf_SpreadSheet_CellType_ComboBoxValueType_Text">Text</a> if the
<span class="xref">GrapeCity.Wpf.SpreadSheet.CellType.ComboBoxCellType.ItemsSource</span> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>;
otherwise, the behave is same as the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.ComboBoxValueType.html#GrapeCity_Wpf_SpreadSheet_CellType_ComboBoxValueType_SelectedValue">SelectedValue</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_ComboBoxValueType_SelectedIndex">SelectedIndex</td>
        <td><p>Storage the selected index to the value of cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_ComboBoxValueType_SelectedItem">SelectedItem</td>
        <td><p>Storage the selected item to the value of cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_ComboBoxValueType_SelectedValue">SelectedValue</td>
        <td><p>Storage the selected value to the value of cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_ComboBoxValueType_Text">Text</td>
        <td><p>Storage the item text to the value of cell.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
