# C1.C1Excel.C1XLBook.Sheets

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Excel_C1XLBook_Sheets_" data-uid="C1.C1Excel.C1XLBook.Sheets*">Sheets Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Excel_C1XLBook_Sheets_" data-uid="C1.C1Excel.C1XLBook.Sheets*"></a>
<h4 id="C1_C1Excel_C1XLBook_Sheets" data-uid="C1.C1Excel.C1XLBook.Sheets">Sheets</h4>
<div class="markdown level1 summary"><p>Gets a collection of <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a> objects that represent
the worksheets in the <a class="xref" href="C1.C1Excel.C1XLBook.html">C1XLBook</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public XLSheetCollection Sheets { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property Sheets As XLSheetCollection</code></pre>
</div>
<h5 id="C1_C1Excel_C1XLBook_Sheets_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="C1.C1Excel.XLSheetCollection.html">XLSheetCollection</a> returned has methods for counting,
enumerating, adding and removing sheets from the <a class="xref" href="C1.C1Excel.C1XLBook.html">C1XLBook</a>.</p>
</div>
</div>
