# GrapeCity.Spreadsheet.ISheets

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ISheets" data-uid="GrapeCity.Spreadsheet.ISheets" class="text-break">ISheets Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of all the sheets in the specified or active workbook.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_ISheets_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISheets : IEnumerable&lt;ISheet&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISheets
    Inherits IEnumerable(Of ISheet), 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_Spreadsheet_ISheets_Count" data-uid="GrapeCity.Spreadsheet.ISheets.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheets.Count.html#GrapeCity_Spreadsheet_ISheets_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of sheets in the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheets_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.ISheets.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheets.Item.html#GrapeCity_Spreadsheet_ISheets_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> by the zero based index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheets_Item_System_Int32___" data-uid="GrapeCity.Spreadsheet.ISheets.Item(System.Int32[])">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheets.Item.html#GrapeCity_Spreadsheet_ISheets_Item_System_Int32___">this[int[]]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> objects by the zero based indexes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheets_Item_System_String_" data-uid="GrapeCity.Spreadsheet.ISheets.Item(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheets.Item.html#GrapeCity_Spreadsheet_ISheets_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> by the sheet name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheets_Item_System_String___" data-uid="GrapeCity.Spreadsheet.ISheets.Item(System.String[])">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheets.Item.html#GrapeCity_Spreadsheet_ISheets_Item_System_String___">this[string[]]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> objects by the sheet names.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheets_WorkbookSet" data-uid="GrapeCity.Spreadsheet.ISheets.WorkbookSet">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheets.WorkbookSet.html#GrapeCity_Spreadsheet_ISheets_WorkbookSet">WorkbookSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent workbook set of this Isheets.</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_Spreadsheet_ISheets_Copy_System_Int32_" data-uid="GrapeCity.Spreadsheet.ISheets.Copy(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheets.Copy.html#GrapeCity_Spreadsheet_ISheets_Copy_System_Int32_">Copy(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies sheets to the specified position in the <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> collection of the <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.html">IWorkbook</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheets_Delete" data-uid="GrapeCity.Spreadsheet.ISheets.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheets.Delete.html#GrapeCity_Spreadsheet_ISheets_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Delete all sheets.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheets_Select_System_Boolean_" data-uid="GrapeCity.Spreadsheet.ISheets.Select(System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheets.Select.html#GrapeCity_Spreadsheet_ISheets_Select_System_Boolean_">Select(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects all worksheets.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
