# GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator

## Content

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



  <h1 id="GrapeCity_SpreadBuilder_DDSheets_DDSheetsEnumerator" data-uid="GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator" class="text-break">DDSheets.DDSheetsEnumerator Class
</h1>
  <div class="markdown level0 summary"><p>An Enumerator for the DDSheets collection.  Allows use of foreach statements.</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.DDSheetsEnumerator</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerator">IEnumerator</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_DDSheetsEnumerator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DDSheets.DDSheetsEnumerator : IEnumerator</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_DDSheetsEnumerator__ctor_GrapeCity_SpreadBuilder_DDSheets_" data-uid="GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator.#ctor(GrapeCity.SpreadBuilder.DDSheets)">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator.-ctor.html#GrapeCity_SpreadBuilder_DDSheets_DDSheetsEnumerator__ctor_GrapeCity_SpreadBuilder_DDSheets_">DDSheetsEnumerator(DDSheets)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator.html">DDSheets.DDSheetsEnumerator</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_DDSheetsEnumerator_Current" data-uid="GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator.Current">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator.Current.html#GrapeCity_SpreadBuilder_DDSheets_DDSheetsEnumerator_Current">Current</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current item in the collection.</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_DDSheetsEnumerator_MoveNext" data-uid="GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator.MoveNext">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator.MoveNext.html#GrapeCity_SpreadBuilder_DDSheets_DDSheetsEnumerator_MoveNext">MoveNext()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the enumerator to the next item in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDSheets_DDSheetsEnumerator_Reset" data-uid="GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator.Reset">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator.Reset.html#GrapeCity_SpreadBuilder_DDSheets_DDSheetsEnumerator_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the enumerator to its initial position, before the first item in the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
