# FarPoint.Win.Spread.SheetTab

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_SheetTab" data-uid="FarPoint.Win.Spread.SheetTab" class="text-break">SheetTab Class
</h1>
  <div class="markdown level0 summary"><p>Represents an individual sheet name tab.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">SheetTab</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </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_SheetTab_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SheetTab : ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SheetTab
    Implements ISerializeSupport</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_SheetTab__ctor" data-uid="FarPoint.Win.Spread.SheetTab.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.-ctor.html#FarPoint_Win_Spread_SheetTab__ctor">SheetTab()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new sheet name tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetTab__ctor_System_Windows_Forms_Control_" data-uid="FarPoint.Win.Spread.SheetTab.#ctor(System.Windows.Forms.Control)">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.-ctor.html#FarPoint_Win_Spread_SheetTab__ctor_System_Windows_Forms_Control_">SheetTab(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new sheet name tab for the specified control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetTab__ctor_System_Windows_Forms_Control_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_" data-uid="FarPoint.Win.Spread.SheetTab.#ctor(System.Windows.Forms.Control,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font)">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.-ctor.html#FarPoint_Win_Spread_SheetTab__ctor_System_Windows_Forms_Control_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_">SheetTab(Control, Color, Color, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new sheet name tab for the specified control
with the specified appearance settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetTab__ctor_System_Windows_Forms_Control_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_System_Int32_" data-uid="FarPoint.Win.Spread.SheetTab.#ctor(System.Windows.Forms.Control,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.-ctor.html#FarPoint_Win_Spread_SheetTab__ctor_System_Windows_Forms_Control_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_System_Int32_">SheetTab(Control, Color, Color, Font, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new sheet name tab for the specified control
with the specified appearance and size settings.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Win_Spread_SheetTab_BackColor" data-uid="FarPoint.Win.Spread.SheetTab.BackColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.BackColor.html#FarPoint_Win_Spread_SheetTab_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for the sheet name tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetTab_Font" data-uid="FarPoint.Win.Spread.SheetTab.Font">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.Font.html#FarPoint_Win_Spread_SheetTab_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font for the sheet name in the sheet name tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetTab_ForeColor" data-uid="FarPoint.Win.Spread.SheetTab.ForeColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.ForeColor.html#FarPoint_Win_Spread_SheetTab_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color (text color) for the sheet name tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetTab_HoverStyle" data-uid="FarPoint.Win.Spread.SheetTab.HoverStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.HoverStyle.html#FarPoint_Win_Spread_SheetTab_HoverStyle">HoverStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the sheet tab when hovered over.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetTab_Image" data-uid="FarPoint.Win.Spread.SheetTab.Image">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.Image.html#FarPoint_Win_Spread_SheetTab_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image that is displayed on a sheet tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetTab_ImageAlign" data-uid="FarPoint.Win.Spread.SheetTab.ImageAlign">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.ImageAlign.html#FarPoint_Win_Spread_SheetTab_ImageAlign">ImageAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the image on the sheet tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetTab_ProtectedStyle" data-uid="FarPoint.Win.Spread.SheetTab.ProtectedStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.ProtectedStyle.html#FarPoint_Win_Spread_SheetTab_ProtectedStyle">ProtectedStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the sheet tab when it is protected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetTab_Size" data-uid="FarPoint.Win.Spread.SheetTab.Size">
          <a class="xref" href="FarPoint.Win.Spread.SheetTab.Size.html#FarPoint_Win_Spread_SheetTab_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size for the sheet name tab.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
