# C1.WPF.Input.C1ComboBox.Select

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Input_C1ComboBox_Select_" data-uid="C1.WPF.Input.C1ComboBox.Select*">Select Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Input_C1ComboBox_Select_" data-uid="C1.WPF.Input.C1ComboBox.Select*"></a>
<h4 id="C1_WPF_Input_C1ComboBox_Select_C1_WPF_Core_C1OrderedSet_" data-uid="C1.WPF.Input.C1ComboBox.Select(C1.WPF.Core.C1OrderedSet)">Select(C1OrderedSet)</h4>
<div class="markdown level1 summary"><p>Selects the specified indexes.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Select(C1OrderedSet indexes)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub [Select](indexes As C1OrderedSet)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">C1OrderedSet</span></td>
      <td><span class="parametername">indexes</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_WPF_Input_C1ComboBox_Select_" data-uid="C1.WPF.Input.C1ComboBox.Select*"></a>
<h4 id="C1_WPF_Input_C1ComboBox_Select_C1_WPF_Core_IOrderedSet_System_Int32__" data-uid="C1.WPF.Input.C1ComboBox.Select(C1.WPF.Core.IOrderedSet{System.Int32})">Select(IOrderedSet&lt;int&gt;)</h4>
<div class="markdown level1 summary"><p>Selects the specified indexes.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Select(IOrderedSet&lt;int&gt; indexes)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub [Select](indexes As IOrderedSet(Of Integer))</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">IOrderedSet</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;</td>
      <td><span class="parametername">indexes</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
