# GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand" class="text-break">PivotTableCommand Class
</h1>
  <div class="markdown level0 summary"><p>Represents a command for the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Spreadsheet.Commands.Command.html">Command</a></div>
    <div class="level2"><span class="xref">PivotTableCommand</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.ChangeLayoutPivotTableCommand.html">ChangeLayoutPivotTableCommand</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.html">PivotTableOptionsCommand</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.html">GrapeCity.Spreadsheet.Commands.PivotTables</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class PivotTableCommand : Command, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class PivotTableCommand
    Inherits Command
    Implements IDisposable</code></pre>
  </div>
  <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_Commands_PivotTables_PivotTableCommand_AddField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation_System_Int32_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.AddField(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Int32,GrapeCity.Spreadsheet.PivotTables.PivotFieldOrientation,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.AddField.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_AddField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation_System_Int32_">AddField(IPivotTable, int, PivotFieldOrientation, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Add  a pivot data field to a PivotTable report or PivotChart report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_AddPivotStyle_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Collections_Generic_Dictionary_GrapeCity_Spreadsheet_TableStyleElementType_System_Tuple_GrapeCity_Spreadsheet_StyleFormat_System_Int32___System_String_System_Boolean_System_String_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.AddPivotStyle(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Collections.Generic.Dictionary{GrapeCity.Spreadsheet.TableStyleElementType,System.Tuple{GrapeCity.Spreadsheet.StyleFormat,System.Int32}},System.String,System.Boolean,System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.AddPivotStyle.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_AddPivotStyle_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Collections_Generic_Dictionary_GrapeCity_Spreadsheet_TableStyleElementType_System_Tuple_GrapeCity_Spreadsheet_StyleFormat_System_Int32___System_String_System_Boolean_System_String_System_Boolean_">AddPivotStyle(IPivotTable, Dictionary&lt;TableStyleElementType, Tuple&lt;StyleFormat, int&gt;&gt;, string, bool, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new style for specified <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ApplyPivotStyle_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_String_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ApplyPivotStyle(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ApplyPivotStyle.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ApplyPivotStyle_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_String_">ApplyPivotStyle(IPivotTable, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the pivot style of specified <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_AutoGroup_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.AutoGroup(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.AutoGroup.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_AutoGroup_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_">AutoGroup(IPivotTable, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Automatically groups the pivot fields in a PivotTable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ChangeField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation_System_Int32_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ChangeField(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Int32,GrapeCity.Spreadsheet.PivotTables.PivotFieldOrientation,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ChangeField.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ChangeField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation_System_Int32_">ChangeField(IPivotTable, int, PivotFieldOrientation, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Change a fields of PivotTable report or PivotChart report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ClearFilters_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_IPivotFilter_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ClearFilters(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Int32,GrapeCity.Spreadsheet.PivotTables.IPivotFilter)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ClearFilters.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ClearFilters_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_IPivotFilter_">ClearFilters(IPivotTable, int, IPivotFilter)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to clear filter the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> by a specific <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_CreateFieldSettings_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_System_String_GrapeCity_Spreadsheet_PivotTables_ConsolidationFunction_GrapeCity_Spreadsheet_PivotTables_PivotFieldCalculation_GrapeCity_Spreadsheet_NumberFormat_System_Nullable_System_Int32__System_Nullable_System_Int32__" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.CreateFieldSettings(GrapeCity.Spreadsheet.PivotTables.IPivotTable,GrapeCity.Spreadsheet.PivotTables.IPivotField,System.String,GrapeCity.Spreadsheet.PivotTables.ConsolidationFunction,GrapeCity.Spreadsheet.PivotTables.PivotFieldCalculation,GrapeCity.Spreadsheet.NumberFormat,System.Nullable{System.Int32},System.Nullable{System.Int32})">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.CreateFieldSettings.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_CreateFieldSettings_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_System_String_GrapeCity_Spreadsheet_PivotTables_ConsolidationFunction_GrapeCity_Spreadsheet_PivotTables_PivotFieldCalculation_GrapeCity_Spreadsheet_NumberFormat_System_Nullable_System_Int32__System_Nullable_System_Int32__">CreateFieldSettings(IPivotTable, IPivotField, string, ConsolidationFunction, PivotFieldCalculation, NumberFormat, int?, int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to modify <span class="xref">GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.PivotTable</span> value field settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_CreateFieldSettings_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_System_String_System_Nullable_GrapeCity_Spreadsheet_PivotTables_ConsolidationFunction__System_Nullable_System_Boolean__System_Nullable_GrapeCity_Spreadsheet_PivotTables_LayoutFormType__System_Nullable_System_Boolean__System_Nullable_GrapeCity_Spreadsheet_PivotTables_SubtotalLocationType__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_String_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.CreateFieldSettings(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Int32,System.String,System.Nullable{GrapeCity.Spreadsheet.PivotTables.ConsolidationFunction},System.Nullable{System.Boolean},System.Nullable{GrapeCity.Spreadsheet.PivotTables.LayoutFormType},System.Nullable{System.Boolean},System.Nullable{GrapeCity.Spreadsheet.PivotTables.SubtotalLocationType},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.CreateFieldSettings.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_CreateFieldSettings_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_System_String_System_Nullable_GrapeCity_Spreadsheet_PivotTables_ConsolidationFunction__System_Nullable_System_Boolean__System_Nullable_GrapeCity_Spreadsheet_PivotTables_LayoutFormType__System_Nullable_System_Boolean__System_Nullable_GrapeCity_Spreadsheet_PivotTables_SubtotalLocationType__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_String_">CreateFieldSettings(IPivotTable, int, string, ConsolidationFunction?, bool?, LayoutFormType?, bool?, SubtotalLocationType?, bool?, bool?, bool?, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to modify <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> field settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_CreatePivotTable_GrapeCity_Spreadsheet_IWorkbook_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.CreatePivotTable(GrapeCity.Spreadsheet.IWorkbook,System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.CreatePivotTable.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_CreatePivotTable_GrapeCity_Spreadsheet_IWorkbook_System_String_System_String_">CreatePivotTable(IWorkbook, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a PivotTable report from table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_DeleteField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation_System_Int32_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.DeleteField(GrapeCity.Spreadsheet.PivotTables.IPivotTable,GrapeCity.Spreadsheet.PivotTables.PivotFieldOrientation,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.DeleteField.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_DeleteField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation_System_Int32_">DeleteField(IPivotTable, PivotFieldOrientation, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove row, column, page fields, and data fields from a PivotTable report or PivotChart report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_DeletePivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotTable_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.DeletePivotTable(GrapeCity.Spreadsheet.PivotTables.IPivotTable)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.DeletePivotTable.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_DeletePivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotTable_">DeletePivotTable(IPivotTable)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to delete the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_DrillToPivotField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_GrapeCity_Spreadsheet_PivotTables_IPivotItem_System_String_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.DrillToPivotField(GrapeCity.Spreadsheet.PivotTables.IPivotTable,GrapeCity.Spreadsheet.PivotTables.IPivotField,GrapeCity.Spreadsheet.PivotTables.IPivotItem,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.DrillToPivotField.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_DrillToPivotField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_GrapeCity_Spreadsheet_PivotTables_IPivotItem_System_String_">DrillToPivotField(IPivotTable, IPivotField, IPivotItem, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to drill to a specified <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> from a <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotItem.html">IPivotItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ExpandCollapsePivotField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_GrapeCity_Spreadsheet_PivotTables_IPivotItem_System_Boolean_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ExpandCollapsePivotField(GrapeCity.Spreadsheet.PivotTables.IPivotTable,GrapeCity.Spreadsheet.PivotTables.IPivotField,GrapeCity.Spreadsheet.PivotTables.IPivotItem,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ExpandCollapsePivotField.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ExpandCollapsePivotField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_GrapeCity_Spreadsheet_PivotTables_IPivotItem_System_Boolean_System_Boolean_">ExpandCollapsePivotField(IPivotTable, IPivotField, IPivotItem, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to expand/collapse the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Filter_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_IndexBitmap_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Filter(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Int32,GrapeCity.Spreadsheet.IndexBitmap)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Filter.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Filter_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_IndexBitmap_">Filter(IPivotTable, int, IndexBitmap)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to filter the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> by a specific <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Filter_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_PivotFilterType_System_Object_System_Object_System_Int32_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Filter(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Int32,GrapeCity.Spreadsheet.PivotTables.PivotFilterType,System.Object,System.Object,System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Filter.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Filter_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_PivotFilterType_System_Object_System_Object_System_Int32_System_Boolean_">Filter(IPivotTable, int, PivotFilterType, object, object, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to filter the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> by a specific <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> with specified criteria.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Group_GrapeCity_Spreadsheet_IRange_System_Nullable_System_Double__System_Nullable_System_Double__System_Nullable_System_Double__GrapeCity_Spreadsheet_PivotTables_PivotGroupPeriods___" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Group(GrapeCity.Spreadsheet.IRange,System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double},GrapeCity.Spreadsheet.PivotTables.PivotGroupPeriods[])">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Group.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Group_GrapeCity_Spreadsheet_IRange_System_Nullable_System_Double__System_Nullable_System_Double__System_Nullable_System_Double__GrapeCity_Spreadsheet_PivotTables_PivotGroupPeriods___">Group(IRange, double?, double?, double?, PivotGroupPeriods[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to group specified range inside <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_HideSelectedItems_GrapeCity_Spreadsheet_IRange_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.HideSelectedItems(GrapeCity.Spreadsheet.IRange)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.HideSelectedItems.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_HideSelectedItems_GrapeCity_Spreadsheet_IRange_">HideSelectedItems(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a command that hides the items within the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_KeepOnlySelectedItems_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_IRange_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.KeepOnlySelectedItems(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Int32,GrapeCity.Spreadsheet.IRange)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.KeepOnlySelectedItems.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_KeepOnlySelectedItems_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_IRange_">KeepOnlySelectedItems(IPivotTable, int, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a command that filters the specified field to display only the items selected in the given range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ModifyPivotStyle_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Collections_Generic_Dictionary_GrapeCity_Spreadsheet_TableStyleElementType_System_Tuple_GrapeCity_Spreadsheet_StyleFormat_System_Int32___System_String_System_Boolean_System_String_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ModifyPivotStyle(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Collections.Generic.Dictionary{GrapeCity.Spreadsheet.TableStyleElementType,System.Tuple{GrapeCity.Spreadsheet.StyleFormat,System.Int32}},System.String,System.Boolean,System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ModifyPivotStyle.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ModifyPivotStyle_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Collections_Generic_Dictionary_GrapeCity_Spreadsheet_TableStyleElementType_System_Tuple_GrapeCity_Spreadsheet_StyleFormat_System_Int32___System_String_System_Boolean_System_String_System_Boolean_">ModifyPivotStyle(IPivotTable, Dictionary&lt;TableStyleElementType, Tuple&lt;StyleFormat, int&gt;&gt;, string, bool, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Modifies the pivot style of specified <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_MoveField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation_System_Int32_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.MoveField(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Int32,GrapeCity.Spreadsheet.PivotTables.PivotFieldOrientation,GrapeCity.Spreadsheet.PivotTables.PivotFieldOrientation,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.MoveField.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_MoveField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation_System_Int32_">MoveField(IPivotTable, int, PivotFieldOrientation, PivotFieldOrientation, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Change a fields of PivotTable report or PivotChart report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_MovePivotField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_GrapeCity_Spreadsheet_PivotTables_IPivotItem_System_Nullable_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Nullable_System_Boolean__" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.MovePivotField(GrapeCity.Spreadsheet.PivotTables.IPivotTable,GrapeCity.Spreadsheet.PivotTables.IPivotField,GrapeCity.Spreadsheet.PivotTables.IPivotItem,System.Nullable{GrapeCity.Spreadsheet.PivotTables.PivotFieldOrientation},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.MovePivotField.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_MovePivotField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_GrapeCity_Spreadsheet_PivotTables_IPivotItem_System_Nullable_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Nullable_System_Boolean__">MovePivotField(IPivotTable, IPivotField, IPivotItem, PivotFieldOrientation?, bool?, bool?, bool?, bool?)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to move to a specified <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> or <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotItem.html">IPivotItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Options_GrapeCity_Spreadsheet_PivotTables_IPivotTable_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Options(GrapeCity.Spreadsheet.PivotTables.IPivotTable)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Options.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Options_GrapeCity_Spreadsheet_PivotTables_IPivotTable_">Options(IPivotTable)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to modify <span class="xref">GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.PivotTable</span> options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_PageFilter_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.PageFilter(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.PageFilter.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_PageFilter_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_System_Int32_">PageFilter(IPivotTable, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to filter the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> by a specific <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_RefreshCaches_GrapeCity_Spreadsheet_Workbook_System_Collections_Generic_List_System_Int32__" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.RefreshCaches(GrapeCity.Spreadsheet.Workbook,System.Collections.Generic.List{System.Int32})">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.RefreshCaches.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_RefreshCaches_GrapeCity_Spreadsheet_Workbook_System_Collections_Generic_List_System_Int32__">RefreshCaches(Workbook, List&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the latest data by refreshing all source in the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_RefreshPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotTable_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.RefreshPivotTable(GrapeCity.Spreadsheet.PivotTables.IPivotTable)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.RefreshPivotTable.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_RefreshPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotTable_">RefreshPivotTable(IPivotTable)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to refresh the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Remove_GrapeCity_Spreadsheet_IWorkbook_System_String_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Remove(GrapeCity.Spreadsheet.IWorkbook,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Remove.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Remove_GrapeCity_Spreadsheet_IWorkbook_System_String_">Remove(IWorkbook, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a pivot style from workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ReplacePivotStyle_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_String_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ReplacePivotStyle(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ReplacePivotStyle.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ReplacePivotStyle_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_String_">ReplacePivotStyle(IPivotTable, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the pivot style of specified <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> object and clear formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_SortField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_FieldSortType_System_Int32_GrapeCity_Spreadsheet_SortType_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.SortField(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Int32,GrapeCity.Spreadsheet.PivotTables.FieldSortType,System.Int32,GrapeCity.Spreadsheet.SortType)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.SortField.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_SortField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Int32_GrapeCity_Spreadsheet_PivotTables_FieldSortType_System_Int32_GrapeCity_Spreadsheet_SortType_">SortField(IPivotTable, int, FieldSortType, int, SortType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to sort the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> in the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ToggleDetailFieldItem_GrapeCity_Spreadsheet_PivotTables_IPivotItem_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ToggleDetailFieldItem(GrapeCity.Spreadsheet.PivotTables.IPivotItem)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ToggleDetailFieldItem.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_ToggleDetailFieldItem_GrapeCity_Spreadsheet_PivotTables_IPivotItem_">ToggleDetailFieldItem(IPivotItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to show/hide detail of the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotItem.html">IPivotItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Ungroup_GrapeCity_Spreadsheet_IRange_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Ungroup(GrapeCity.Spreadsheet.IRange)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.Ungroup.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_Ungroup_GrapeCity_Spreadsheet_IRange_">Ungroup(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to ungroup specified range inside <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_UpdateDataFieldSettings_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_System_Nullable_GrapeCity_Spreadsheet_PivotTables_ConsolidationFunction__System_Nullable_GrapeCity_Spreadsheet_PivotTables_PivotFieldCalculation__" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.UpdateDataFieldSettings(GrapeCity.Spreadsheet.PivotTables.IPivotTable,GrapeCity.Spreadsheet.PivotTables.IPivotField,System.Nullable{GrapeCity.Spreadsheet.PivotTables.ConsolidationFunction},System.Nullable{GrapeCity.Spreadsheet.PivotTables.PivotFieldCalculation})">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.UpdateDataFieldSettings.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_UpdateDataFieldSettings_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_System_Nullable_GrapeCity_Spreadsheet_PivotTables_ConsolidationFunction__System_Nullable_GrapeCity_Spreadsheet_PivotTables_PivotFieldCalculation__">UpdateDataFieldSettings(IPivotTable, IPivotField, ConsolidationFunction?, PivotFieldCalculation?)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to modify <span class="xref">GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.PivotTable</span> data field settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_UpdateFields_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Tuple_System_Int32_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation____System_Tuple_GrapeCity_Spreadsheet_PivotTables_PivotDataField_System_String____" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.UpdateFields(GrapeCity.Spreadsheet.PivotTables.IPivotTable,System.Tuple{System.Int32,GrapeCity.Spreadsheet.PivotTables.PivotFieldOrientation}[],System.Tuple{GrapeCity.Spreadsheet.PivotTables.PivotDataField,System.String}[])">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.UpdateFields.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_UpdateFields_GrapeCity_Spreadsheet_PivotTables_IPivotTable_System_Tuple_System_Int32_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation____System_Tuple_GrapeCity_Spreadsheet_PivotTables_PivotDataField_System_String____">UpdateFields(IPivotTable, Tuple&lt;int, PivotFieldOrientation&gt;[], Tuple&lt;PivotDataField, string&gt;[])</a>
        </td>
        <td class="markdown level1 summary"><p>Update row, column, page fields, and data fields of a PivotTable report or PivotChart report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_UpdatePivotField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_System_Nullable_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation__System_Nullable_System_Boolean__System_Nullable_GrapeCity_Spreadsheet_PivotTables_ConsolidationFunction__System_Nullable_GrapeCity_Spreadsheet_PivotTables_ConsolidationFunction__System_Nullable_GrapeCity_Spreadsheet_PivotTables_PivotFieldCalculation__System_Nullable_System_Boolean__" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.UpdatePivotField(GrapeCity.Spreadsheet.PivotTables.IPivotTable,GrapeCity.Spreadsheet.PivotTables.IPivotField,System.Nullable{GrapeCity.Spreadsheet.PivotTables.PivotFieldOrientation},System.Nullable{System.Boolean},System.Nullable{GrapeCity.Spreadsheet.PivotTables.ConsolidationFunction},System.Nullable{GrapeCity.Spreadsheet.PivotTables.ConsolidationFunction},System.Nullable{GrapeCity.Spreadsheet.PivotTables.PivotFieldCalculation},System.Nullable{System.Boolean})">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.UpdatePivotField.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_UpdatePivotField_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_System_Nullable_GrapeCity_Spreadsheet_PivotTables_PivotFieldOrientation__System_Nullable_System_Boolean__System_Nullable_GrapeCity_Spreadsheet_PivotTables_ConsolidationFunction__System_Nullable_GrapeCity_Spreadsheet_PivotTables_ConsolidationFunction__System_Nullable_GrapeCity_Spreadsheet_PivotTables_PivotFieldCalculation__System_Nullable_System_Boolean__">UpdatePivotField(IPivotTable, IPivotField, PivotFieldOrientation?, bool?, ConsolidationFunction?, ConsolidationFunction?, PivotFieldCalculation?, bool?)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to update the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_UpdateShowValuesAsSettings_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_GrapeCity_Spreadsheet_PivotTables_PivotFieldCalculation_GrapeCity_Spreadsheet_NumberFormat_System_Nullable_System_Int32__System_Nullable_System_Int32__" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.UpdateShowValuesAsSettings(GrapeCity.Spreadsheet.PivotTables.IPivotTable,GrapeCity.Spreadsheet.PivotTables.IPivotField,GrapeCity.Spreadsheet.PivotTables.PivotFieldCalculation,GrapeCity.Spreadsheet.NumberFormat,System.Nullable{System.Int32},System.Nullable{System.Int32})">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.UpdateShowValuesAsSettings.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableCommand_UpdateShowValuesAsSettings_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_GrapeCity_Spreadsheet_PivotTables_PivotFieldCalculation_GrapeCity_Spreadsheet_NumberFormat_System_Nullable_System_Int32__System_Nullable_System_Int32__">UpdateShowValuesAsSettings(IPivotTable, IPivotField, PivotFieldCalculation, NumberFormat, int?, int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new command to modify <span class="xref">GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.PivotTable</span> show values as settings.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
