# GrapeCity.Documents.Excel.ITableStyleElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ITableStyleElement" data-uid="GrapeCity.Documents.Excel.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.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_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_Documents_Excel_ITableStyleElement_Borders" data-uid="GrapeCity.Documents.Excel.ITableStyleElement.Borders">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyleElement.Borders.html#GrapeCity_Documents_Excel_ITableStyleElement_Borders">Borders</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the borders of a table style element (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableStyleElement_Font" data-uid="GrapeCity.Documents.Excel.ITableStyleElement.Font">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyleElement.Font.html#GrapeCity_Documents_Excel_ITableStyleElement_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the font of the specified object (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableStyleElement_Interior" data-uid="GrapeCity.Documents.Excel.ITableStyleElement.Interior">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyleElement.Interior.html#GrapeCity_Documents_Excel_ITableStyleElement_Interior">Interior</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Documents.Excel.IInterior.html">IInterior</a> object that represents the interior of the specified object (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableStyleElement_StripeSize" data-uid="GrapeCity.Documents.Excel.ITableStyleElement.StripeSize">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyleElement.StripeSize.html#GrapeCity_Documents_Excel_ITableStyleElement_StripeSize">StripeSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of banding (read or write).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
