# GrapeCity.SpreadBuilder.DDSheets.Select

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_SpreadBuilder_DDSheets_Select_" data-uid="GrapeCity.SpreadBuilder.DDSheets.Select*">Select Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_SpreadBuilder_DDSheets_Select_" data-uid="GrapeCity.SpreadBuilder.DDSheets.Select*"></a>
<h4 id="GrapeCity_SpreadBuilder_DDSheets_Select_System_String_" data-uid="GrapeCity.SpreadBuilder.DDSheets.Select(System.String)">Select(string)</h4>
<div class="markdown level1 summary"><p>Selects the sheet with the specified name, and deselects all other sheets.</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(string sheetName)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">sheetName</span></td>
      <td><p>The value of the Name property of the DDSheet object you want to select.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_SpreadBuilder_DDSheets_Select_" data-uid="GrapeCity.SpreadBuilder.DDSheets.Select*"></a>
<h4 id="GrapeCity_SpreadBuilder_DDSheets_Select_System_Int32_" data-uid="GrapeCity.SpreadBuilder.DDSheets.Select(System.Int32)">Select(int)</h4>
<div class="markdown level1 summary"><p>Selects the sheet at the specified index, and deselects all other sheets.</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(int sheetIndex)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">sheetIndex</span></td>
      <td><p>The index of the sheet whose tab you want to select.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
