# GrapeCity.SpreadBuilder.DDSheets

## Content

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



  <h1 id="GrapeCity_SpreadBuilder_DDSheets" data-uid="GrapeCity.SpreadBuilder.DDSheets" class="text-break">DDSheets Class
</h1>
  <div class="markdown level0 summary"><p>A collection of DDSheet objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DDSheets</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.html">GrapeCity.SpreadBuilder</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_DDSheets_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DDSheets : IEnumerable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_Count" data-uid="GrapeCity.SpreadBuilder.DDSheets.Count">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.Count.html#GrapeCity_SpreadBuilder_DDSheets_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in this DDSheets collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_Item_System_Int32_" data-uid="GrapeCity.SpreadBuilder.DDSheets.Item(System.Int32)">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.Item.html#GrapeCity_SpreadBuilder_DDSheets_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the DDSheet at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_Item_System_String_" data-uid="GrapeCity.SpreadBuilder.DDSheets.Item(System.String)">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.Item.html#GrapeCity_SpreadBuilder_DDSheets_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the DDSheet with the specified name</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_AddNew" data-uid="GrapeCity.SpreadBuilder.DDSheets.AddNew">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.AddNew.html#GrapeCity_SpreadBuilder_DDSheets_AddNew">AddNew()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new blank DDSheet object to the collection and returns a reference to it.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_Clear" data-uid="GrapeCity.SpreadBuilder.DDSheets.Clear">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.Clear.html#GrapeCity_SpreadBuilder_DDSheets_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the DDSheet objects contained in this collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_GetEnumerator" data-uid="GrapeCity.SpreadBuilder.DDSheets.GetEnumerator">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.GetEnumerator.html#GrapeCity_SpreadBuilder_DDSheets_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an IEnumerator object for this collection, which you can use to enumerate the DDSheet
contained in this collection.
Allows foreach statements to be used with the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_Move_System_Int16_System_Int16_" data-uid="GrapeCity.SpreadBuilder.DDSheets.Move(System.Int16,System.Int16)">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.Move.html#GrapeCity_SpreadBuilder_DDSheets_Move_System_Int16_System_Int16_">Move(short, short)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the sheet at the specified position to the specified new position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_Move_System_String_System_Int16_" data-uid="GrapeCity.SpreadBuilder.DDSheets.Move(System.String,System.Int16)">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.Move.html#GrapeCity_SpreadBuilder_DDSheets_Move_System_String_System_Int16_">Move(string, short)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the sheet with the specified name to the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_RemoveAt_System_Int32_" data-uid="GrapeCity.SpreadBuilder.DDSheets.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.RemoveAt.html#GrapeCity_SpreadBuilder_DDSheets_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the DDSheet at the specified index from this collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_Select_System_Int32_" data-uid="GrapeCity.SpreadBuilder.DDSheets.Select(System.Int32)">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.Select.html#GrapeCity_SpreadBuilder_DDSheets_Select_System_Int32_">Select(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the sheet at the specified index, and deselects all other sheets.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_Select_System_String_" data-uid="GrapeCity.SpreadBuilder.DDSheets.Select(System.String)">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.Select.html#GrapeCity_SpreadBuilder_DDSheets_Select_System_String_">Select(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the sheet with the specified name, and deselects all other sheets.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
