# GrapeCity.SpreadBuilder.DDSheet.Cells

## Content

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



<h1 id="GrapeCity_SpreadBuilder_DDSheet_Cells_" data-uid="GrapeCity.SpreadBuilder.DDSheet.Cells*">Cells Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_SpreadBuilder_DDSheet_Cells_" data-uid="GrapeCity.SpreadBuilder.DDSheet.Cells*"></a>
<h4 id="GrapeCity_SpreadBuilder_DDSheet_Cells_GrapeCity_SpreadBuilder_Cells_DDCell_GrapeCity_SpreadBuilder_Cells_DDCell_" data-uid="GrapeCity.SpreadBuilder.DDSheet.Cells(GrapeCity.SpreadBuilder.Cells.DDCell,GrapeCity.SpreadBuilder.Cells.DDCell)">Cells(DDCell, DDCell)</h4>
<div class="markdown level1 summary"><p>Returns the collection of DDCells between the specified DDCells.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DDCells Cells(DDCell start, DDCell end)</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="GrapeCity.SpreadBuilder.Cells.DDCell.html">DDCell</a></td>
      <td><span class="parametername">start</span></td>
      <td><p>The start DDCell.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.SpreadBuilder.Cells.DDCell.html">DDCell</a></td>
      <td><span class="parametername">end</span></td>
      <td><p>The end DDCell.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.SpreadBuilder.Cells.DDCells.html">DDCells</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_SpreadBuilder_DDSheet_Cells_GrapeCity_SpreadBuilder_Cells_DDCell_GrapeCity_SpreadBuilder_Cells_DDCell__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The collection would be selected as a rectangle, with the specified cells in opposite corners.
The &quot;end&quot; cell can be above and/or to the left of the &quot;start&quot; cell.</p>
</div>
</div>
