# GrapeCity.Spreadsheet.PivotTables.IPivotField

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_PivotTables_IPivotField" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField" class="text-break">IPivotField Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a field in a pivot table report.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.html">GrapeCity.Spreadsheet.PivotTables</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_PivotTables_IPivotField_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotField</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotField</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_Spreadsheet_PivotTables_IPivotField_AutoSortField" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.AutoSortField">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.AutoSortField.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_AutoSortField">AutoSortField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the data field used to sort the specified <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> field automatically.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_AutoSortOrder" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.AutoSortOrder">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.AutoSortOrder.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_AutoSortOrder">AutoSortOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the order used to sort the specified PivotTable field automatically.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_BaseField" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.BaseField">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.BaseField.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_BaseField">BaseField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the base field for a custom calculation. This property is valid only for data fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_BaseItem" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.BaseItem">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.BaseItem.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_BaseItem">BaseItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the item in the base field for a custom calculation. Valid only for data fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_CalculatedItems" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.CalculatedItems">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.CalculatedItems.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_CalculatedItems">CalculatedItems</a>
        </td>
        <td class="markdown level1 summary"><p>Get an <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.ICalculatedItems.html">ICalculatedItems</a> object that represents all the calculated items in the specified PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_Calculation" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.Calculation">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.Calculation.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_Calculation">Calculation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of calculation performed by the specified field. This property is valid only for data fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_Caption" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.Caption">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.Caption.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the label text for the pivot field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_ChildField" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.ChildField">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.ChildField.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_ChildField">ChildField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> object that represents the child field for the specified field (if the field is grouped and has a child field).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_DataType" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.DataType">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.DataType.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.PivotFieldDataType.html">PivotFieldDataType</a> value that represents the type of data in the PivotTable field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_EnableMultiplePageItems" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.EnableMultiplePageItems">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.EnableMultiplePageItems.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_EnableMultiplePageItems">EnableMultiplePageItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether multiple items can be selected in the specified PivotField.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_Formula" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.Formula">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.Formula.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the object's formula in A1-style notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_Function" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.Function">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.Function.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_Function">Function</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the function used to summarize the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.PivotTable.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_PivotTable">PivotTable</a> field (data fields only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_GroupLevel" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.GroupLevel">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.GroupLevel.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_GroupLevel">GroupLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the placement of the specified field within a group of fields (if the field is a member of a grouped set of fields)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_HiddenItems" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.HiddenItems">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.HiddenItems.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_HiddenItems">HiddenItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that represents either a single hidden PivotTable item or a collection of all the hidden items in the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_IncludeNewItemsInFilter" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.IncludeNewItemsInFilter">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.IncludeNewItemsInFilter.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_IncludeNewItemsInFilter">IncludeNewItemsInFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether excluded or included items should be tracked when manual filtering is applied to the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_Index" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.Index">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.Index.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value that represents the index number of the pivot field within the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.PivotFields.html#GrapeCity_Spreadsheet_PivotTables_IPivotTable_PivotFields">PivotFields</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_IsCalculated" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.IsCalculated">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.IsCalculated.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_IsCalculated">IsCalculated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> is a calculated field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_LayoutBlankLine" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.LayoutBlankLine">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.LayoutBlankLine.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_LayoutBlankLine">LayoutBlankLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether a blank row is inserted after the specified row field in a PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_LayoutCompactRow" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.LayoutCompactRow">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.LayoutCompactRow.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_LayoutCompactRow">LayoutCompactRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a PivotField is compacted (items of multiple PivotFields are displayed in a single column) when rows are selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_LayoutForm" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.LayoutForm">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.LayoutForm.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_LayoutForm">LayoutForm</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the way the specified PivotTable items appear—in table format or in outline format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_LayoutSubtotalLocation" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.LayoutSubtotalLocation">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.LayoutSubtotalLocation.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_LayoutSubtotalLocation">LayoutSubtotalLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the PivotTable field subtotals in relation to (either above or below) the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_Name" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.Name.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string value representing the name of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_NumberFormat" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.NumberFormat">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.NumberFormat.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format code for the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.PivotTable.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_PivotTable">PivotTable</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_Orientation" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.Orientation">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.Orientation.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.PivotFieldOrientation.html">PivotFieldOrientation</a> value that represents the location of the field in the specified PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_ParentField" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.ParentField">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.ParentField.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_ParentField">ParentField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> object that represents the PivotTable field that's the group parent of the specified field. The field must be grouped and must have a parent field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_PivotFilters" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.PivotFilters">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.PivotFilters.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_PivotFilters">PivotFilters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the  of filters applied to this PivotField.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_PivotItems" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.PivotItems">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.PivotItems.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_PivotItems">PivotItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that represents a collection of all the visible and hidden items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_PivotTable" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.PivotTable">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.PivotTable.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_PivotTable">PivotTable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the pivot table that the field belongs to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_Position" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.Position">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.Position.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the position of the field among all the fields in its orientation (Rows, Columns, Pages, Data).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_RepeatLabels" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.RepeatLabels">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.RepeatLabels.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_RepeatLabels">RepeatLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets whether item labels are repeated in the PivotTable for the specified PivotField.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_ShowAllItems" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.ShowAllItems">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.ShowAllItems.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_ShowAllItems">ShowAllItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether all items in the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> report are displayed, even if they don't contain summary data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_ShowDetail" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.ShowDetail">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.ShowDetail.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_ShowDetail">ShowDetail</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the specified <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> object is showing detail.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_SourceName" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.SourceName">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.SourceName.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_SourceName">SourceName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string value that represents the specified object's name as it appears in the original source data for the specified <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_SubtotalName" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.SubtotalName">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.SubtotalName.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_SubtotalName">SubtotalName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text string label displayed in the subtotal column or row heading in the specified PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_Subtotals" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.Subtotals">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.Subtotals.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_Subtotals">Subtotals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets subtotals displayed with the specified field. Valid only for nondata fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_TotalLevels" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.TotalLevels">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.TotalLevels.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_TotalLevels">TotalLevels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of fields in the current field group. If the field isn't grouped, or if the data source is OLAP-based, returns value 1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_VisibleItems" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.VisibleItems">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.VisibleItems.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_VisibleItems">VisibleItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that represents a collection of all the visible items.</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_Spreadsheet_PivotTables_IPivotField_AutoGroup" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.AutoGroup">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.AutoGroup.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_AutoGroup">AutoGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Automatically groups the pivot fields in a PivotTable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_ClearAllFilters" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.ClearAllFilters">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.ClearAllFilters.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_ClearAllFilters">ClearAllFilters()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all filters applied to the specified PivotField.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_ClearLabelFilters" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.ClearLabelFilters">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.ClearLabelFilters.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_ClearLabelFilters">ClearLabelFilters()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears label filters applied to the specified PivotField.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_ClearManualFilter" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.ClearManualFilter">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.ClearManualFilter.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_ClearManualFilter">ClearManualFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears manual filters applied to the specified PivotField.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_ClearValueFilters" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.ClearValueFilters">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.ClearValueFilters.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_ClearValueFilters">ClearValueFilters()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears value filters applied to the specified PivotField.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_Delete" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.Delete.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the specified <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> object from the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_SetBaseField_System_String_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.SetBaseField(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.SetBaseField.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_SetBaseField_System_String_">SetBaseField(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the base field for a custom calculation. This property is valid only for data fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_SetBaseItem_System_String_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.SetBaseItem(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.SetBaseItem.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_SetBaseItem_System_String_">SetBaseItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the item in the base field for a custom calculation. Valid only for data fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_UseNextItemAsBase" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.UseNextItemAsBase">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.UseNextItemAsBase.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_UseNextItemAsBase">UseNextItemAsBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the next item in the base field for a custom calculation. Valid only for data fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotField_UsePreviousItemAsBase" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.UsePreviousItemAsBase">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.UsePreviousItemAsBase.html#GrapeCity_Spreadsheet_PivotTables_IPivotField_UsePreviousItemAsBase">UsePreviousItemAsBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the previous item in the base field for a custom calculation. Valid only for data fields.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
