# GrapeCity.Documents.Excel.IWorksheet.PivotTables

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_IWorksheet_PivotTables_" data-uid="GrapeCity.Documents.Excel.IWorksheet.PivotTables*">PivotTables Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_IWorksheet_PivotTables_" data-uid="GrapeCity.Documents.Excel.IWorksheet.PivotTables*"></a>
<h4 id="GrapeCity_Documents_Excel_IWorksheet_PivotTables" data-uid="GrapeCity.Documents.Excel.IWorksheet.PivotTables">PivotTables</h4>
<div class="markdown level1 summary"><p>Returns an object that represents either a single PivotTable report (a <a class="xref" href="GrapeCity.Documents.Excel.IPivotTables.html">IPivotTables</a>
object) or a collection of all the PivotTable reports (<a class="xref" href="GrapeCity.Documents.Excel.IPivotTables.html">IPivotTables</a> object) on a worksheet (read-only).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IPivotTables PivotTables { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property PivotTables As IPivotTables</code></pre>
</div>
</div>
