# GrapeCity.Documents.Excel.IThemeFonts.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_IThemeFonts_Item_" data-uid="GrapeCity.Documents.Excel.IThemeFonts.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_IThemeFonts_Item_" data-uid="GrapeCity.Documents.Excel.IThemeFonts.Item*"></a>
<h4 id="GrapeCity_Documents_Excel_IThemeFonts_Item_GrapeCity_Documents_Excel_FontLanguageIndex_" data-uid="GrapeCity.Documents.Excel.IThemeFonts.Item(GrapeCity.Documents.Excel.FontLanguageIndex)">this[FontLanguageIndex]</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Excel.IThemeFont.html">IThemeFont</a> using <a class="xref" href="GrapeCity.Documents.Excel.FontLanguageIndex.html">FontLanguageIndex</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IThemeFont this[FontLanguageIndex index] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(index As FontLanguageIndex) As IThemeFont</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.FontLanguageIndex.html">FontLanguageIndex</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>Specifies the <a class="xref" href="GrapeCity.Documents.Excel.FontLanguageIndex.html">FontLanguageIndex</a>.</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.IThemeFont.html">IThemeFont</a></td>
      <td><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IThemeFont.html">IThemeFont</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
