# GrapeCity.Spreadsheet.Drawing.SelectionMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Drawing_SelectionMode" data-uid="GrapeCity.Spreadsheet.Drawing.SelectionMode" class="text-break">SelectionMode Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the selection mode of the specified list box.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_SelectionMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SelectionMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SelectionMode</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_Spreadsheet_Drawing_SelectionMode_Extended">Extended</td>
        <td><p>Extended multiselect usually acts like a single-selection list box, so when you choose an item, you cancel all other selections.
When you hold down Shift while choosing the mouse or pressing an arrow key, you select items sequentially from the current item.
When you hold down Ctrl while choosing the mouse, you add single items to the list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_SelectionMode_None">None</td>
        <td><p>Single select allows only one item at a time to be selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_SelectionMode_Simple">Simple</td>
        <td><p>Simple multiselect toggles the selection on an item in the list when it's chosen with the mouse or the Spacebar is pressed when the focus is on the item.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
