# FarPoint.Win.Spread.TabStripButton

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_TabStripButton" data-uid="FarPoint.Win.Spread.TabStripButton" class="text-break">TabStripButton Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the sheet tab buttons.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_TabStripButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TabStripButton</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TabStripButton</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_TabStripButton_End">End</td>
        <td><p>Indicates the End button</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TabStripButton_Home">Home</td>
        <td><p>Indicates the Home button</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TabStripButton_Next">Next</td>
        <td><p>Indicates the Next button</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TabStripButton_NextHiddenSheet">NextHiddenSheet</td>
        <td><p>Indicates the button that allow active next hidden sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TabStripButton_None">None</td>
        <td><p>Indicates the None button</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TabStripButton_PrevHiddenSheet">PrevHiddenSheet</td>
        <td><p>Indicates the button that allow active previous hidden sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TabStripButton_Previous">Previous</td>
        <td><p>Indicates the Previous button</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
