# GrapeCity.Spreadsheet.TableStyleElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_TableStyleElement" data-uid="GrapeCity.Spreadsheet.TableStyleElement" class="text-break">TableStyleElement Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a single table style element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Spreadsheet.TableStyleElement.html">TableStyleElement</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_TableStyleElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct TableStyleElement : IEquatable&lt;TableStyleElement&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure TableStyleElement
    Implements IEquatable(Of TableStyleElement)</code></pre>
  </div>
  <h5 id="GrapeCity_Spreadsheet_TableStyleElement_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Table styles define formatting for one or all of the elements of a table, PivotTable, or slicer.
Each table style element in a table can have formatting specified in a table style applied to the element.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_TableStyleElement_UndefinedType" data-uid="GrapeCity.Spreadsheet.TableStyleElement.UndefinedType">
          <a class="xref" href="GrapeCity.Spreadsheet.TableStyleElement.UndefinedType.html">UndefinedType</a>
        </td>
        <td class="markdown level1 summary"><p>Represents an undefined style element.</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="GrapeCity_Spreadsheet_TableStyleElement_Formatting" data-uid="GrapeCity.Spreadsheet.TableStyleElement.Formatting">
          <a class="xref" href="GrapeCity.Spreadsheet.TableStyleElement.Formatting.html#GrapeCity_Spreadsheet_TableStyleElement_Formatting">Formatting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatting of this table style element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TableStyleElement_StripeSize" data-uid="GrapeCity.Spreadsheet.TableStyleElement.StripeSize">
          <a class="xref" href="GrapeCity.Spreadsheet.TableStyleElement.StripeSize.html#GrapeCity_Spreadsheet_TableStyleElement_StripeSize">StripeSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the strip size of this table style element.</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="GrapeCity_Spreadsheet_TableStyleElement_Clear" data-uid="GrapeCity.Spreadsheet.TableStyleElement.Clear">
          <a class="xref" href="GrapeCity.Spreadsheet.TableStyleElement.Clear.html#GrapeCity_Spreadsheet_TableStyleElement_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the formatting for this element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TableStyleElement_Equals_GrapeCity_Spreadsheet_TableStyleElement_" data-uid="GrapeCity.Spreadsheet.TableStyleElement.Equals(GrapeCity.Spreadsheet.TableStyleElement)">
          <a class="xref" href="GrapeCity.Spreadsheet.TableStyleElement.Equals.html#GrapeCity_Spreadsheet_TableStyleElement_Equals_GrapeCity_Spreadsheet_TableStyleElement_">Equals(TableStyleElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the current object is equal to another object of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TableStyleElement_Equals_System_Object_" data-uid="GrapeCity.Spreadsheet.TableStyleElement.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.TableStyleElement.Equals.html#GrapeCity_Spreadsheet_TableStyleElement_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TableStyleElement_GetHashCode" data-uid="GrapeCity.Spreadsheet.TableStyleElement.GetHashCode">
          <a class="xref" href="GrapeCity.Spreadsheet.TableStyleElement.GetHashCode.html#GrapeCity_Spreadsheet_TableStyleElement_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
