# FarPoint.Web.Spread.TabInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_TabInfo" data-uid="FarPoint.Web.Spread.TabInfo" class="text-break">TabInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a TabInfo object.</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">TabInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_TabInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class TabInfo : ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class TabInfo
    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_Web_Spread_TabInfo__ctor" data-uid="FarPoint.Web.Spread.TabInfo.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.-ctor.html#FarPoint_Web_Spread_TabInfo__ctor">TabInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new TabInfo object.</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_Web_Spread_TabInfo_ActiveCssClass" data-uid="FarPoint.Web.Spread.TabInfo.ActiveCssClass">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.ActiveCssClass.html#FarPoint_Web_Spread_TabInfo_ActiveCssClass">ActiveCssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CSS class name for the active tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_ActiveTabBackColor" data-uid="FarPoint.Web.Spread.TabInfo.ActiveTabBackColor">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.ActiveTabBackColor.html#FarPoint_Web_Spread_TabInfo_ActiveTabBackColor">ActiveTabBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the active sheet name tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_ActiveTabBorderColor" data-uid="FarPoint.Web.Spread.TabInfo.ActiveTabBorderColor">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.ActiveTabBorderColor.html#FarPoint_Web_Spread_TabInfo_ActiveTabBorderColor">ActiveTabBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border color of the active sheet name tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_Count" data-uid="FarPoint.Web.Spread.TabInfo.Count">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.Count.html#FarPoint_Web_Spread_TabInfo_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of sheet name tabs in the Spread component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_CssClass" data-uid="FarPoint.Web.Spread.TabInfo.CssClass">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.CssClass.html#FarPoint_Web_Spread_TabInfo_CssClass">CssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CSS class name for the tabs.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_FirstVisibleTab" data-uid="FarPoint.Web.Spread.TabInfo.FirstVisibleTab">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.FirstVisibleTab.html#FarPoint_Web_Spread_TabInfo_FirstVisibleTab">FirstVisibleTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the first visible sheet name tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_Item_System_Int32_" data-uid="FarPoint.Web.Spread.TabInfo.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.Item.html#FarPoint_Web_Spread_TabInfo_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text in the sheet name tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_ScrollIncrement" data-uid="FarPoint.Web.Spread.TabInfo.ScrollIncrement">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.ScrollIncrement.html#FarPoint_Web_Spread_TabInfo_ScrollIncrement">ScrollIncrement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scroll increment for the sheet name tabs.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_TabControlPolicy" data-uid="FarPoint.Web.Spread.TabInfo.TabControlPolicy">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.TabControlPolicy.html#FarPoint_Web_Spread_TabInfo_TabControlPolicy">TabControlPolicy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets when to display the sheet name tabs in the
command bar of the Spread component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_TextColor" data-uid="FarPoint.Web.Spread.TabInfo.TextColor">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.TextColor.html#FarPoint_Web_Spread_TabInfo_TextColor">TextColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the text in the sheet name tabs.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_VisibleCount" data-uid="FarPoint.Web.Spread.TabInfo.VisibleCount">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.VisibleCount.html#FarPoint_Web_Spread_TabInfo_VisibleCount">VisibleCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of sheet name tabs displayed
in the command bar of the Spread component.</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="FarPoint_Web_Spread_TabInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.TabInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.Deserialize.html#FarPoint_Web_Spread_TabInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the tab information from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_Reset" data-uid="FarPoint.Web.Spread.TabInfo.Reset">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.Reset.html#FarPoint_Web_Spread_TabInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the properties to their default values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TabInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.TabInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.TabInfo.Serialize.html#FarPoint_Web_Spread_TabInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the tab information to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
