# GrapeCity.Spreadsheet.ITableStyleElements

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ITableStyleElements" data-uid="GrapeCity.Spreadsheet.ITableStyleElements" class="text-break">ITableStyleElements Interface
</h1>
  <div class="markdown level0 summary"><p>Represents table style elements.</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_ITableStyleElements_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITableStyleElements</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITableStyleElements</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_ITableStyleElements_Count" data-uid="GrapeCity.Spreadsheet.ITableStyleElements.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyleElements.Count.html#GrapeCity_Spreadsheet_ITableStyleElements_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of table styles in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyleElements_Item_GrapeCity_Spreadsheet_TableStyleElementType_" data-uid="GrapeCity.Spreadsheet.ITableStyleElements.Item(GrapeCity.Spreadsheet.TableStyleElementType)">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyleElements.Item.html#GrapeCity_Spreadsheet_ITableStyleElements_Item_GrapeCity_Spreadsheet_TableStyleElementType_">this[TableStyleElementType]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.ITableStyleElement.html">ITableStyleElement</a> at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
