# GrapeCity.Spreadsheet.ITableStyleElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ITableStyleElement" data-uid="GrapeCity.Spreadsheet.ITableStyleElement" class="text-break">ITableStyleElement Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a single table style element.</p>
</div>
  <div class="markdown level0 conceptual"></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_ITableStyleElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITableStyleElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITableStyleElement</code></pre>
  </div>
  <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_ITableStyleElement_Borders" data-uid="GrapeCity.Spreadsheet.ITableStyleElement.Borders">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyleElement.Borders.html#GrapeCity_Spreadsheet_ITableStyleElement_Borders">Borders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IBorders.html">IBorders</a> object that represents the borders of a table style element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyleElement_Font" data-uid="GrapeCity.Spreadsheet.ITableStyleElement.Font">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyleElement.Font.html#GrapeCity_Spreadsheet_ITableStyleElement_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IFont.html">IFont</a> object that represents the font of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyleElement_HasFormat" data-uid="GrapeCity.Spreadsheet.ITableStyleElement.HasFormat">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyleElement.HasFormat.html#GrapeCity_Spreadsheet_ITableStyleElement_HasFormat">HasFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this table style element has formatting applied to the specified element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyleElement_Interior" data-uid="GrapeCity.Spreadsheet.ITableStyleElement.Interior">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyleElement.Interior.html#GrapeCity_Spreadsheet_ITableStyleElement_Interior">Interior</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IInterior.html">IInterior</a> object that represents the interior of the table style element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyleElement_StripeSize" data-uid="GrapeCity.Spreadsheet.ITableStyleElement.StripeSize">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyleElement.StripeSize.html#GrapeCity_Spreadsheet_ITableStyleElement_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_ITableStyleElement_Clear" data-uid="GrapeCity.Spreadsheet.ITableStyleElement.Clear">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyleElement.Clear.html#GrapeCity_Spreadsheet_ITableStyleElement_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the formatting for this element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
