# GrapeCity.Spreadsheet.ITableStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ITableStyle" data-uid="GrapeCity.Spreadsheet.ITableStyle" class="text-break">ITableStyle Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a single style that can be applied to a table.</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_ITableStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITableStyle : ITableStyleElements</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITableStyle
    Inherits 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_ITableStyle_BuiltIn" data-uid="GrapeCity.Spreadsheet.ITableStyle.BuiltIn">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.BuiltIn.html#GrapeCity_Spreadsheet_ITableStyle_BuiltIn">BuiltIn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the style is a built-in style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyle_Name" data-uid="GrapeCity.Spreadsheet.ITableStyle.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.Name.html#GrapeCity_Spreadsheet_ITableStyle_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of this <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyle_NameLocal" data-uid="GrapeCity.Spreadsheet.ITableStyle.NameLocal">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.NameLocal.html#GrapeCity_Spreadsheet_ITableStyle_NameLocal">NameLocal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the table style, in the language of the user.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyle_ShowAsAvailablePivotTableStyle" data-uid="GrapeCity.Spreadsheet.ITableStyle.ShowAsAvailablePivotTableStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.ShowAsAvailablePivotTableStyle.html#GrapeCity_Spreadsheet_ITableStyle_ShowAsAvailablePivotTableStyle">ShowAsAvailablePivotTableStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the table style is shown in the gallery for PivotTable styles or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyle_ShowAsAvailableSlicerStyle" data-uid="GrapeCity.Spreadsheet.ITableStyle.ShowAsAvailableSlicerStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.ShowAsAvailableSlicerStyle.html#GrapeCity_Spreadsheet_ITableStyle_ShowAsAvailableSlicerStyle">ShowAsAvailableSlicerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the table style is shown as available in the slicer styles gallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyle_ShowAsAvailableTableStyle" data-uid="GrapeCity.Spreadsheet.ITableStyle.ShowAsAvailableTableStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.ShowAsAvailableTableStyle.html#GrapeCity_Spreadsheet_ITableStyle_ShowAsAvailableTableStyle">ShowAsAvailableTableStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the table style shown as available in the table styles gallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyle_TableStyleElements" data-uid="GrapeCity.Spreadsheet.ITableStyle.TableStyleElements">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.TableStyleElements.html#GrapeCity_Spreadsheet_ITableStyle_TableStyleElements">TableStyleElements</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the table style elements.</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_ITableStyle_Delete" data-uid="GrapeCity.Spreadsheet.ITableStyle.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.Delete.html#GrapeCity_Spreadsheet_ITableStyle_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Delete this <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a> from the table style collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableStyle_Duplicate_System_String_" data-uid="GrapeCity.Spreadsheet.ITableStyle.Duplicate(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.Duplicate.html#GrapeCity_Spreadsheet_ITableStyle_Duplicate_System_String_">Duplicate(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Duplicates this table style with the specified name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
