# GrapeCity.Documents.Excel.IPivotTable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IPivotTable" data-uid="GrapeCity.Documents.Excel.IPivotTable" class="text-break">IPivotTable Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a PivotTable report on a worksheet. The PivotTable object is a member of the PivotTables collection.
The PivotTables collection contains all the PivotTable objects on a single worksheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IPivotTable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotTable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotTable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_AllowMultipleFilters" data-uid="GrapeCity.Documents.Excel.IPivotTable.AllowMultipleFilters">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.AllowMultipleFilters.html#GrapeCity_Documents_Excel_IPivotTable_AllowMultipleFilters">AllowMultipleFilters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether a PivotField can have multiple filters applied to it at the same time.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_CalculatedFields" data-uid="GrapeCity.Documents.Excel.IPivotTable.CalculatedFields">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.CalculatedFields.html#GrapeCity_Documents_Excel_IPivotTable_CalculatedFields">CalculatedFields</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_ColumnFields" data-uid="GrapeCity.Documents.Excel.IPivotTable.ColumnFields">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.ColumnFields.html#GrapeCity_Documents_Excel_IPivotTable_ColumnFields">ColumnFields</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of all the fields (an <a class="xref" href="GrapeCity.Documents.Excel.IPivotFields.html">IPivotFields</a> object) that are currently shown as column fields. Read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_ColumnGrand" data-uid="GrapeCity.Documents.Excel.IPivotTable.ColumnGrand">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.ColumnGrand.html#GrapeCity_Documents_Excel_IPivotTable_ColumnGrand">ColumnGrand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the PivotTable report shows grand totals for columns (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_ColumnRange" data-uid="GrapeCity.Documents.Excel.IPivotTable.ColumnRange">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.ColumnRange.html#GrapeCity_Documents_Excel_IPivotTable_ColumnRange">ColumnRange</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Range object that represents the range that contains the column area in the PivotTable report (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_CompactRowIndent" data-uid="GrapeCity.Documents.Excel.IPivotTable.CompactRowIndent">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.CompactRowIndent.html#GrapeCity_Documents_Excel_IPivotTable_CompactRowIndent">CompactRowIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the indent increment for PivotItems when compact row layout form is turned on. Read/write.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_DataBodyRange" data-uid="GrapeCity.Documents.Excel.IPivotTable.DataBodyRange">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.DataBodyRange.html#GrapeCity_Documents_Excel_IPivotTable_DataBodyRange">DataBodyRange</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Range object that represents the range that contains the data area in the list between the header row and the insert row (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_DataFields" data-uid="GrapeCity.Documents.Excel.IPivotTable.DataFields">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.DataFields.html#GrapeCity_Documents_Excel_IPivotTable_DataFields">DataFields</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of all the fields (an <a class="xref" href="GrapeCity.Documents.Excel.IPivotFields.html">IPivotFields</a> object) that are currently shown as data fields. Read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_DeferLayoutUpdate" data-uid="GrapeCity.Documents.Excel.IPivotTable.DeferLayoutUpdate">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.DeferLayoutUpdate.html#GrapeCity_Documents_Excel_IPivotTable_DeferLayoutUpdate">DeferLayoutUpdate</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets whether the pivotTable defer layout update.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_DisplayContextTooltips" data-uid="GrapeCity.Documents.Excel.IPivotTable.DisplayContextTooltips">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.DisplayContextTooltips.html#GrapeCity_Documents_Excel_IPivotTable_DisplayContextTooltips">DisplayContextTooltips</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether tooltips are displayed for PivotTable cells (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_DisplayErrorString" data-uid="GrapeCity.Documents.Excel.IPivotTable.DisplayErrorString">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.DisplayErrorString.html#GrapeCity_Documents_Excel_IPivotTable_DisplayErrorString">DisplayErrorString</a>
        </td>
        <td class="markdown level1 summary"><p>True if the PivotTable report displays a custom error string in cells that contain errors. The default value is False.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_DisplayFieldCaptions" data-uid="GrapeCity.Documents.Excel.IPivotTable.DisplayFieldCaptions">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.DisplayFieldCaptions.html#GrapeCity_Documents_Excel_IPivotTable_DisplayFieldCaptions">DisplayFieldCaptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether filter buttons and PivotField captions for rows and columns are displayed in the grid.
Default value is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_DisplayMemberPropertyTooltips" data-uid="GrapeCity.Documents.Excel.IPivotTable.DisplayMemberPropertyTooltips">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.DisplayMemberPropertyTooltips.html#GrapeCity_Documents_Excel_IPivotTable_DisplayMemberPropertyTooltips">DisplayMemberPropertyTooltips</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display member properties in tooltips.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_DisplayNullString" data-uid="GrapeCity.Documents.Excel.IPivotTable.DisplayNullString">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.DisplayNullString.html#GrapeCity_Documents_Excel_IPivotTable_DisplayNullString">DisplayNullString</a>
        </td>
        <td class="markdown level1 summary"><p>True if the PivotTable report displays a custom string in cells that contain null values. The default value is True.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_ErrorString" data-uid="GrapeCity.Documents.Excel.IPivotTable.ErrorString">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.ErrorString.html#GrapeCity_Documents_Excel_IPivotTable_ErrorString">ErrorString</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the string displayed in cells that contain errors when the PivotTable.DisplayErrorString property is
True. The default value is an empty string (&quot;&quot;). Read/write String.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_GrandTotalName" data-uid="GrapeCity.Documents.Excel.IPivotTable.GrandTotalName">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.GrandTotalName.html#GrapeCity_Documents_Excel_IPivotTable_GrandTotalName">GrandTotalName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text string label that is displayed in the grand total column or row heading in the specified PivotTable report. The default value
is the string &quot;Grand Total&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_HasAutoFormat" data-uid="GrapeCity.Documents.Excel.IPivotTable.HasAutoFormat">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.HasAutoFormat.html#GrapeCity_Documents_Excel_IPivotTable_HasAutoFormat">HasAutoFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the PivotTable report automatically adjusts column width when refreshed.
Default is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_LayoutRowDefault" data-uid="GrapeCity.Documents.Excel.IPivotTable.LayoutRowDefault">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.LayoutRowDefault.html#GrapeCity_Documents_Excel_IPivotTable_LayoutRowDefault">LayoutRowDefault</a>
        </td>
        <td class="markdown level1 summary"><p>This property specifies the layout settings for PivotFields when they are added to the PivotTable for the first time.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_MergeLabels" data-uid="GrapeCity.Documents.Excel.IPivotTable.MergeLabels">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.MergeLabels.html#GrapeCity_Documents_Excel_IPivotTable_MergeLabels">MergeLabels</a>
        </td>
        <td class="markdown level1 summary"><p>True if the specified PivotTable report’s outer-row item, column item, subtotal, and grand total labels use merged cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_Name" data-uid="GrapeCity.Documents.Excel.IPivotTable.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.Name.html#GrapeCity_Documents_Excel_IPivotTable_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_NullString" data-uid="GrapeCity.Documents.Excel.IPivotTable.NullString">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.NullString.html#GrapeCity_Documents_Excel_IPivotTable_NullString">NullString</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the string displayed in cells that contain null values when the PivotTable.DisplayNullString property
is True. The default value is an empty string (&quot;&quot;).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_PageFieldOrder" data-uid="GrapeCity.Documents.Excel.IPivotTable.PageFieldOrder">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.PageFieldOrder.html#GrapeCity_Documents_Excel_IPivotTable_PageFieldOrder">PageFieldOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the order in which page fields are added to the PivotTable report’s layout. Can be one of the following Order
constants: DownThenOver or OverThenDown. The default constant is DownThenOver.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_PageFieldWrapCount" data-uid="GrapeCity.Documents.Excel.IPivotTable.PageFieldWrapCount">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.PageFieldWrapCount.html#GrapeCity_Documents_Excel_IPivotTable_PageFieldWrapCount">PageFieldWrapCount</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the number of page fields in each column or row in the PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_PageFields" data-uid="GrapeCity.Documents.Excel.IPivotTable.PageFields">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.PageFields.html#GrapeCity_Documents_Excel_IPivotTable_PageFields">PageFields</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of all the fields (an <a class="xref" href="GrapeCity.Documents.Excel.IPivotFields.html">IPivotFields</a> object) that are currently showing as page fields. Read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_PageRange" data-uid="GrapeCity.Documents.Excel.IPivotTable.PageRange">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.PageRange.html#GrapeCity_Documents_Excel_IPivotTable_PageRange">PageRange</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Range object that represents the range that contains the page area in the PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_PivotCache" data-uid="GrapeCity.Documents.Excel.IPivotTable.PivotCache">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.PivotCache.html#GrapeCity_Documents_Excel_IPivotTable_PivotCache">PivotCache</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotCache object that represents the cache for the specified PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_PivotColumnAxis" data-uid="GrapeCity.Documents.Excel.IPivotTable.PivotColumnAxis">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.PivotColumnAxis.html#GrapeCity_Documents_Excel_IPivotTable_PivotColumnAxis">PivotColumnAxis</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotAxis object representing the entire column axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_PivotFields" data-uid="GrapeCity.Documents.Excel.IPivotTable.PivotFields">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.PivotFields.html#GrapeCity_Documents_Excel_IPivotTable_PivotFields">PivotFields</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents either a single PivotTable field (a PivotField object) or a collection of both the visible and hidden fields (a PivotFields
object) in the PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_PivotFormulas" data-uid="GrapeCity.Documents.Excel.IPivotTable.PivotFormulas">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.PivotFormulas.html#GrapeCity_Documents_Excel_IPivotTable_PivotFormulas">PivotFormulas</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotFormulas object that represents the collection of formulas for the specified PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_PivotRowAxis" data-uid="GrapeCity.Documents.Excel.IPivotTable.PivotRowAxis">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.PivotRowAxis.html#GrapeCity_Documents_Excel_IPivotTable_PivotRowAxis">PivotRowAxis</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotAxis object representing the entire row axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_RowFields" data-uid="GrapeCity.Documents.Excel.IPivotTable.RowFields">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.RowFields.html#GrapeCity_Documents_Excel_IPivotTable_RowFields">RowFields</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents either a collection of all the fields (an <a class="xref" href="GrapeCity.Documents.Excel.IPivotFields.html">IPivotFields</a> object) that are currently showing as row fields. Read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_RowGrand" data-uid="GrapeCity.Documents.Excel.IPivotTable.RowGrand">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.RowGrand.html#GrapeCity_Documents_Excel_IPivotTable_RowGrand">RowGrand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the PivotTable report shows grand totals for rows.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_RowRange" data-uid="GrapeCity.Documents.Excel.IPivotTable.RowRange">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.RowRange.html#GrapeCity_Documents_Excel_IPivotTable_RowRange">RowRange</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Range object that represents the range including the row area on the PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleColumnHeaders" data-uid="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleColumnHeaders">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleColumnHeaders.html#GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleColumnHeaders">ShowTableStyleColumnHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>The PivotTable.ShowTableStyleColumnHeadersproperty is set to True if the coulmn headers should be displayed in the PivotTable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleColumnStripes" data-uid="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleColumnStripes">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleColumnStripes.html#GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleColumnStripes">ShowTableStyleColumnStripes</a>
        </td>
        <td class="markdown level1 summary"><p>The Boolean property displays banded columns in which even columns are formatted
differently from odd columns. This makes PivotTableseasier to read.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleLastColumn" data-uid="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleLastColumn">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleLastColumn.html#GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleLastColumn">ShowTableStyleLastColumn</a>
        </td>
        <td class="markdown level1 summary"><p>The Boolean property displays grand total columns style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleRowHeaders" data-uid="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleRowHeaders">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleRowHeaders.html#GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleRowHeaders">ShowTableStyleRowHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>The PivotTable.ShowTableStyleRowHeaders property is set to True if the row headers should be displayed in the PivotTable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleRowStripes" data-uid="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleRowStripes">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleRowStripes.html#GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleRowStripes">ShowTableStyleRowStripes</a>
        </td>
        <td class="markdown level1 summary"><p>The PivotTable.ShowTableStyleRowStripes property displays banded rows in which even rows are formatted differently from odd
rows. This makes PivotTables easier to read.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_Style" data-uid="GrapeCity.Documents.Excel.IPivotTable.Style">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.Style.html#GrapeCity_Documents_Excel_IPivotTable_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style currently applied to the specified pivot table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_TableRange1" data-uid="GrapeCity.Documents.Excel.IPivotTable.TableRange1">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.TableRange1.html#GrapeCity_Documents_Excel_IPivotTable_TableRange1">TableRange1</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Range object that represents the range containing the entire PivotTable report, but doesn’t include page fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_TableRange2" data-uid="GrapeCity.Documents.Excel.IPivotTable.TableRange2">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.TableRange2.html#GrapeCity_Documents_Excel_IPivotTable_TableRange2">TableRange2</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Range object that represents the range containing the entire PivotTable report, including page fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_TableStyle" data-uid="GrapeCity.Documents.Excel.IPivotTable.TableStyle">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.TableStyle.html#GrapeCity_Documents_Excel_IPivotTable_TableStyle">TableStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style used in the body of the PivotTable report. The default value is a null string (no style is applied by default).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_Tag" data-uid="GrapeCity.Documents.Excel.IPivotTable.Tag">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.Tag.html#GrapeCity_Documents_Excel_IPivotTable_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string saved with the PivotTable report.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_AddDataField_GrapeCity_Documents_Excel_IPivotField_System_String_GrapeCity_Documents_Excel_ConsolidationFunction_" data-uid="GrapeCity.Documents.Excel.IPivotTable.AddDataField(GrapeCity.Documents.Excel.IPivotField,System.String,GrapeCity.Documents.Excel.ConsolidationFunction)">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.AddDataField.html#GrapeCity_Documents_Excel_IPivotTable_AddDataField_GrapeCity_Documents_Excel_IPivotField_System_String_GrapeCity_Documents_Excel_ConsolidationFunction_">AddDataField(IPivotField, string, ConsolidationFunction)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a data field to a PivotTable report. Returns a PivotField object that represents the new data field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_ClearAllFilters" data-uid="GrapeCity.Documents.Excel.IPivotTable.ClearAllFilters">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.ClearAllFilters.html#GrapeCity_Documents_Excel_IPivotTable_ClearAllFilters">ClearAllFilters()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes all filters currently applied to the PivotTable.
This includes deleting all filters in the PivotFilters collection of the PivotTable object, removing
any manual filtering applied, and setting all PivotFields in the Report Filter area to the default item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_ClearTable" data-uid="GrapeCity.Documents.Excel.IPivotTable.ClearTable">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.ClearTable.html#GrapeCity_Documents_Excel_IPivotTable_ClearTable">ClearTable()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears a PivotTable. Clearing PivotTables
includes removing all the fields and deleting all filtering and sorting applied to the PivotTables. This method resets the
PivotTable to the state it had right after it was created, before any fields were added to it.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_PivotValueCell_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Excel.IPivotTable.PivotValueCell(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.PivotValueCell.html#GrapeCity_Documents_Excel_IPivotTable_PivotValueCell_System_Int32_System_Int32_">PivotValueCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieve the PivotValueCell object for a given PivotTable provided certain row and column indices.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_Refresh" data-uid="GrapeCity.Documents.Excel.IPivotTable.Refresh">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.Refresh.html#GrapeCity_Documents_Excel_IPivotTable_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Refreshes the PivotTable report from the source data. Returns True if it’s successful.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_RepeatAllLabels_GrapeCity_Documents_Excel_PivotFieldRepeatLabels_" data-uid="GrapeCity.Documents.Excel.IPivotTable.RepeatAllLabels(GrapeCity.Documents.Excel.PivotFieldRepeatLabels)">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.RepeatAllLabels.html#GrapeCity_Documents_Excel_IPivotTable_RepeatAllLabels_GrapeCity_Documents_Excel_PivotFieldRepeatLabels_">RepeatAllLabels(PivotFieldRepeatLabels)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether to repeat item labels for all PivotFields in the specified PivotTable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_SetRowAxisLayout_GrapeCity_Documents_Excel_LayoutRowType_" data-uid="GrapeCity.Documents.Excel.IPivotTable.SetRowAxisLayout(GrapeCity.Documents.Excel.LayoutRowType)">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.SetRowAxisLayout.html#GrapeCity_Documents_Excel_IPivotTable_SetRowAxisLayout_GrapeCity_Documents_Excel_LayoutRowType_">SetRowAxisLayout(LayoutRowType)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is used for simultaneously setting layout options for all existing PivotFields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_SubtotalLocation_GrapeCity_Documents_Excel_SubtotalLocationType_" data-uid="GrapeCity.Documents.Excel.IPivotTable.SubtotalLocation(GrapeCity.Documents.Excel.SubtotalLocationType)">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.SubtotalLocation.html#GrapeCity_Documents_Excel_IPivotTable_SubtotalLocation_GrapeCity_Documents_Excel_SubtotalLocationType_">SubtotalLocation(SubtotalLocationType)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the subtotal location for all existing PivotFields.
Changing the subtotal location has an immediate visual effect only for fields in outline form, but it will be set for fields in tabular form as well.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotTable_Update" data-uid="GrapeCity.Documents.Excel.IPivotTable.Update">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.Update.html#GrapeCity_Documents_Excel_IPivotTable_Update">Update()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the link or PivotTable report.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
