# GrapeCity.Documents.Excel.ISheetTab

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ISheetTab" data-uid="GrapeCity.Documents.Excel.ISheetTab" class="text-break">ISheetTab Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a sheet tab.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_ISheetTab_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISheetTab</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISheetTab</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_Documents_Excel_ISheetTab_Index" data-uid="GrapeCity.Documents.Excel.ISheetTab.Index">
          <a class="xref" href="GrapeCity.Documents.Excel.ISheetTab.Index.html#GrapeCity_Documents_Excel_ISheetTab_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index number of the object within the collection of similar objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISheetTab_Name" data-uid="GrapeCity.Documents.Excel.ISheetTab.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.ISheetTab.Name.html#GrapeCity_Documents_Excel_ISheetTab_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the sheet tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISheetTab_SheetType" data-uid="GrapeCity.Documents.Excel.ISheetTab.SheetType">
          <a class="xref" href="GrapeCity.Documents.Excel.ISheetTab.SheetType.html#GrapeCity_Documents_Excel_ISheetTab_SheetType">SheetType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of sheet tab.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
