# GrapeCity.Spreadsheet.ITableStyles.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_ITableStyles_Item_" data-uid="GrapeCity.Spreadsheet.ITableStyles.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_ITableStyles_Item_" data-uid="GrapeCity.Spreadsheet.ITableStyles.Item*"></a>
<h4 id="GrapeCity_Spreadsheet_ITableStyles_Item_System_String_" data-uid="GrapeCity.Spreadsheet.ITableStyles.Item(System.String)">this[string]</h4>
<div class="markdown level1 summary"><p>Gets the <span class="xref">GrapeCity.Spreadsheet.TableStyle</span> with the specified table style name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ITableStyle this[string name] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(name As String) As ITableStyle</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>A string value indicates the name of the table style.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a></td>
      <td><p>A <span class="xref">GrapeCity.Spreadsheet.TableStyle</span> object represents the corresponding table style.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_ITableStyles_Item_" data-uid="GrapeCity.Spreadsheet.ITableStyles.Item*"></a>
<h4 id="GrapeCity_Spreadsheet_ITableStyles_Item_GrapeCity_Spreadsheet_BuiltInTableStyles_" data-uid="GrapeCity.Spreadsheet.ITableStyles.Item(GrapeCity.Spreadsheet.BuiltInTableStyles)">this[BuiltInTableStyles]</h4>
<div class="markdown level1 summary"><p>Gets the <span class="xref">GrapeCity.Spreadsheet.TableStyle</span> with the specified table style name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ITableStyle this[BuiltInTableStyles tableStyle] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(tableStyle As BuiltInTableStyles) As ITableStyle</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.BuiltInTableStyles.html">BuiltInTableStyles</a></td>
      <td><span class="parametername">tableStyle</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.BuiltInTableStyles.html">BuiltInTableStyles</a> value indicates the name of the table style.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a></td>
      <td><p>A <span class="xref">GrapeCity.Spreadsheet.TableStyle</span> object represents the corresponding table style.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_ITableStyles_Item_" data-uid="GrapeCity.Spreadsheet.ITableStyles.Item*"></a>
<h4 id="GrapeCity_Spreadsheet_ITableStyles_Item_GrapeCity_Spreadsheet_BuiltInSlicerStyles_" data-uid="GrapeCity.Spreadsheet.ITableStyles.Item(GrapeCity.Spreadsheet.BuiltInSlicerStyles)">this[BuiltInSlicerStyles]</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a> with the specified slicer style name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ITableStyle this[BuiltInSlicerStyles slicerStyle] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(slicerStyle As BuiltInSlicerStyles) As ITableStyle</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.BuiltInSlicerStyles.html">BuiltInSlicerStyles</a></td>
      <td><span class="parametername">slicerStyle</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.BuiltInSlicerStyles.html">BuiltInSlicerStyles</a> value indicates the name of the slicer style.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a> object represents the corresponding slicer style.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_ITableStyles_Item_" data-uid="GrapeCity.Spreadsheet.ITableStyles.Item*"></a>
<h4 id="GrapeCity_Spreadsheet_ITableStyles_Item_GrapeCity_Spreadsheet_BuiltInPivotStyles_" data-uid="GrapeCity.Spreadsheet.ITableStyles.Item(GrapeCity.Spreadsheet.BuiltInPivotStyles)">this[BuiltInPivotStyles]</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a> with the specified pivot style name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ITableStyle this[BuiltInPivotStyles pivotStyle] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(pivotStyle As BuiltInPivotStyles) As ITableStyle</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.BuiltInPivotStyles.html">BuiltInPivotStyles</a></td>
      <td><span class="parametername">pivotStyle</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.BuiltInPivotStyles.html">BuiltInPivotStyles</a> value indicates the name of the pivot style.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a> object represents the corresponding pivot style.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_ITableStyles_Item_" data-uid="GrapeCity.Spreadsheet.ITableStyles.Item*"></a>
<h4 id="GrapeCity_Spreadsheet_ITableStyles_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.ITableStyles.Item(System.Int32)">this[int]</h4>
<div class="markdown level1 summary"><p>Gets the <span class="xref">GrapeCity.Spreadsheet.TableStyle</span> at the specified index.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ITableStyle this[int index] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(index As Integer) As ITableStyle</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>An integer value indicates the index of the table style.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a></td>
      <td><p>A <span class="xref">GrapeCity.Spreadsheet.TableStyle</span> object represents the corresponding table style.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
