# GrapeCity.Documents.Excel.ITableStyleElements.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_ITableStyleElements_Item_" data-uid="GrapeCity.Documents.Excel.ITableStyleElements.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_ITableStyleElements_Item_" data-uid="GrapeCity.Documents.Excel.ITableStyleElements.Item*"></a>
<h4 id="GrapeCity_Documents_Excel_ITableStyleElements_Item_GrapeCity_Documents_Excel_TableStyleElementType_" data-uid="GrapeCity.Documents.Excel.ITableStyleElements.Item(GrapeCity.Documents.Excel.TableStyleElementType)">this[TableStyleElementType]</h4>
<div class="markdown level1 summary"><p>Returns a single object from a collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ITableStyleElement this[TableStyleElementType index] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(index As TableStyleElementType) As ITableStyleElement</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.Documents.Excel.TableStyleElementType.html">TableStyleElementType</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>A table style element.</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.Documents.Excel.ITableStyleElement.html">ITableStyleElement</a></td>
      <td><p><a class="xref" href="GrapeCity.Documents.Excel.ITableStyleElement.html">ITableStyleElement</a></p>
</td>
    </tr>
  </tbody>
</table>
</div>
