# GrapeCity.SpreadBuilder.Workbook.Sheets

## Content

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



<h1 id="GrapeCity_SpreadBuilder_Workbook_Sheets_" data-uid="GrapeCity.SpreadBuilder.Workbook.Sheets*">Sheets Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_SpreadBuilder_Workbook_Sheets_" data-uid="GrapeCity.SpreadBuilder.Workbook.Sheets*"></a>
<h4 id="GrapeCity_SpreadBuilder_Workbook_Sheets" data-uid="GrapeCity.SpreadBuilder.Workbook.Sheets">Sheets</h4>
<div class="markdown level1 summary"><p>Gets the collection of sheets as a <a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.html">DDSheets</a> collection object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DDSheets Sheets { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.DDSheets.html">DDSheets</a></td>
      <td><p><a class="xref" href="GrapeCity.SpreadBuilder.DDSheets.html">DDSheets</a> - collection of sheets for this workbook</p>
</td>
    </tr>
  </tbody>
</table>
</div>
