# GrapeCity.Documents.Excel.ITableStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ITableStyle" data-uid="GrapeCity.Documents.Excel.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.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_ITableStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITableStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITableStyle</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_ITableStyle_BuiltIn" data-uid="GrapeCity.Documents.Excel.ITableStyle.BuiltIn">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyle.BuiltIn.html#GrapeCity_Documents_Excel_ITableStyle_BuiltIn">BuiltIn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the style is a built-in style (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableStyle_Name" data-uid="GrapeCity.Documents.Excel.ITableStyle.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyle.Name.html#GrapeCity_Documents_Excel_ITableStyle_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the name of the object (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableStyle_ShowAsAvailablePivotStyle" data-uid="GrapeCity.Documents.Excel.ITableStyle.ShowAsAvailablePivotStyle">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyle.ShowAsAvailablePivotStyle.html#GrapeCity_Documents_Excel_ITableStyle_ShowAsAvailablePivotStyle">ShowAsAvailablePivotStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the specified table style is shown as available in the pivot styles gallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableStyle_ShowAsAvailableSlicerStyle" data-uid="GrapeCity.Documents.Excel.ITableStyle.ShowAsAvailableSlicerStyle">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyle.ShowAsAvailableSlicerStyle.html#GrapeCity_Documents_Excel_ITableStyle_ShowAsAvailableSlicerStyle">ShowAsAvailableSlicerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the specified table style is shown as available in the slicer styles gallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableStyle_ShowAsAvailableTableStyle" data-uid="GrapeCity.Documents.Excel.ITableStyle.ShowAsAvailableTableStyle">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyle.ShowAsAvailableTableStyle.html#GrapeCity_Documents_Excel_ITableStyle_ShowAsAvailableTableStyle">ShowAsAvailableTableStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a table style shown as available in the table styles gallery (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableStyle_TableStyleElements" data-uid="GrapeCity.Documents.Excel.ITableStyle.TableStyleElements">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyle.TableStyleElements.html#GrapeCity_Documents_Excel_ITableStyle_TableStyleElements">TableStyleElements</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.ITableStyleElements.html">ITableStyleElements</a> object (read-only).</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_Documents_Excel_ITableStyle_Delete" data-uid="GrapeCity.Documents.Excel.ITableStyle.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyle.Delete.html#GrapeCity_Documents_Excel_ITableStyle_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the <a class="xref" href="GrapeCity.Documents.Excel.ITableStyle.html">ITableStyle</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableStyle_Duplicate_System_String_" data-uid="GrapeCity.Documents.Excel.ITableStyle.Duplicate(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableStyle.Duplicate.html#GrapeCity_Documents_Excel_ITableStyle_Duplicate_System_String_">Duplicate(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Duplicates the <a class="xref" href="GrapeCity.Documents.Excel.ITableStyle.html">ITableStyle</a> object and returns a reference to the new copy.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
