# GrapeCity.Documents.Excel.IPivotTable.CalculatedFields

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_IPivotTable_CalculatedFields_" data-uid="GrapeCity.Documents.Excel.IPivotTable.CalculatedFields*">CalculatedFields Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_IPivotTable_CalculatedFields_" data-uid="GrapeCity.Documents.Excel.IPivotTable.CalculatedFields*"></a>
<h4 id="GrapeCity_Documents_Excel_IPivotTable_CalculatedFields" data-uid="GrapeCity.Documents.Excel.IPivotTable.CalculatedFields">CalculatedFields</h4>
<div class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Documents.Excel.ICalculatedFields.html">ICalculatedFields</a> collection that represents all the calculated fields in the specified PivotTable report.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ICalculatedFields CalculatedFields { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property CalculatedFields As ICalculatedFields</code></pre>
</div>
<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.ICalculatedFields.html">ICalculatedFields</a></td>
      <td><p>CalculatedFields</p>
</td>
    </tr>
  </tbody>
</table>
</div>
