# FarPoint.Win.Spread.TableElementStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_TableElementStyle" data-uid="FarPoint.Win.Spread.TableElementStyle" class="text-break">TableElementStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents a style for each element of the table.</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">TableElementStyle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="FarPoint.Win.Spread.TableElementStyle.html">TableElementStyle</a>&gt;</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_TableElementStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(TableElementStyle._a))]
public sealed class TableElementStyle : ICloneable, ISerializable, ISerializeSupport, IComparable&lt;TableElementStyle&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(TableElementStyle._a))&gt;
Public NotInheritable Class TableElementStyle
    Implements ICloneable, ISerializable, ISerializeSupport, IComparable(Of TableElementStyle)</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_TableElementStyle__ctor_FarPoint_Win_Spread_TableBorder_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_RegularBoldItalicFontStyle_" data-uid="FarPoint.Win.Spread.TableElementStyle.#ctor(FarPoint.Win.Spread.TableBorder,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.RegularBoldItalicFontStyle)">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.-ctor.html#FarPoint_Win_Spread_TableElementStyle__ctor_FarPoint_Win_Spread_TableBorder_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_RegularBoldItalicFontStyle_">TableElementStyle(TableBorder, Color, Color, RegularBoldItalicFontStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a style with the information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableElementStyle__ctor_FarPoint_Win_Spread_TableBorder_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_RegularBoldItalicFontStyle_FarPoint_Win_Spread_StrikeoutFontStyle_FarPoint_Win_Spread_UnderlineFontStyle_" data-uid="FarPoint.Win.Spread.TableElementStyle.#ctor(FarPoint.Win.Spread.TableBorder,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.RegularBoldItalicFontStyle,FarPoint.Win.Spread.StrikeoutFontStyle,FarPoint.Win.Spread.UnderlineFontStyle)">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.-ctor.html#FarPoint_Win_Spread_TableElementStyle__ctor_FarPoint_Win_Spread_TableBorder_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_RegularBoldItalicFontStyle_FarPoint_Win_Spread_StrikeoutFontStyle_FarPoint_Win_Spread_UnderlineFontStyle_">TableElementStyle(TableBorder, Color, Color, RegularBoldItalicFontStyle, StrikeoutFontStyle, UnderlineFontStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a style with the information.</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_TableElementStyle_BackColor" data-uid="FarPoint.Win.Spread.TableElementStyle.BackColor">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.BackColor.html#FarPoint_Win_Spread_TableElementStyle_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the backcolor of the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableElementStyle_Border" data-uid="FarPoint.Win.Spread.TableElementStyle.Border">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.Border.html#FarPoint_Win_Spread_TableElementStyle_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableElementStyle_FontStyle" data-uid="FarPoint.Win.Spread.TableElementStyle.FontStyle">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.FontStyle.html#FarPoint_Win_Spread_TableElementStyle_FontStyle">FontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font style of the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableElementStyle_ForeColor" data-uid="FarPoint.Win.Spread.TableElementStyle.ForeColor">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.ForeColor.html#FarPoint_Win_Spread_TableElementStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the forecolor of the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableElementStyle_IsEmpty" data-uid="FarPoint.Win.Spread.TableElementStyle.IsEmpty">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.IsEmpty.html#FarPoint_Win_Spread_TableElementStyle_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether style is empty.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableElementStyle_StrikeOut" data-uid="FarPoint.Win.Spread.TableElementStyle.StrikeOut">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.StrikeOut.html#FarPoint_Win_Spread_TableElementStyle_StrikeOut">StrikeOut</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the strikethrough font style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableElementStyle_Underline" data-uid="FarPoint.Win.Spread.TableElementStyle.Underline">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.Underline.html#FarPoint_Win_Spread_TableElementStyle_Underline">Underline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the underline font style.</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_Win_Spread_TableElementStyle_Clone" data-uid="FarPoint.Win.Spread.TableElementStyle.Clone">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.Clone.html#FarPoint_Win_Spread_TableElementStyle_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clone this <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.html">TableElementStyle</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableElementStyle_CompareTo_FarPoint_Win_Spread_TableElementStyle_" data-uid="FarPoint.Win.Spread.TableElementStyle.CompareTo(FarPoint.Win.Spread.TableElementStyle)">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.CompareTo.html#FarPoint_Win_Spread_TableElementStyle_CompareTo_FarPoint_Win_Spread_TableElementStyle_">CompareTo(TableElementStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares this instance to a specified object and returns an indication of their relative values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableElementStyle_Compose_FarPoint_Win_Spread_TableElementStyle_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.TableElementStyle.Compose(FarPoint.Win.Spread.TableElementStyle,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.TableElementStyle.Compose.html#FarPoint_Win_Spread_TableElementStyle_Compose_FarPoint_Win_Spread_TableElementStyle_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">Compose(TableElementStyle, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Compose a style into this style</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
