# GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ListDescriptionSubItemIndex

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_ListDescriptionSubItemIndex_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ListDescriptionSubItemIndex*">ListDescriptionSubItemIndex Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_ListDescriptionSubItemIndex_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ListDescriptionSubItemIndex*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_ListDescriptionSubItemIndex" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ListDescriptionSubItemIndex">ListDescriptionSubItemIndex</h4>
<div class="markdown level1 summary"><p>Gets or sets the index of a <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo.html">SubItemInfo</a> object related to the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.StatusBarInfo.html">StatusBarInfo</a> display.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(true)]
public int ListDescriptionSubItemIndex { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(True)&gt;
Public Property ListDescriptionSubItemIndex As Integer</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value that indicates the index of a <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.html">SubItem</a> related to the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.StatusBar.html#GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_StatusBar">StatusBar</a> display.
<br> The default is 0.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_ListDescriptionSubItemIndex_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When the status bar is shown, this property determines which subitem text is displayed in the status bar of the drop-down window.</p>
</div>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_ListDescriptionSubItemIndex_seealso">See Also</h5>
<div class="seealso">
    <div><span class="xref">ListDescriptionFormat</span></div>
    <div><span class="xref">StatusBar</span></div>
</div>
</div>
