# GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand" class="text-break">PivotTableOptionsCommand Class
</h1>
  <div class="markdown level0 summary"><p>Represents a command to modify the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> 's options.</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"><a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.html">PivotTableCommand</a></div>
    <div class="level3"><span class="xref">PivotTableOptionsCommand</span></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_PivotTableOptionsCommand_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PivotTableOptionsCommand : PivotTableCommand, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PivotTableOptionsCommand
    Inherits PivotTableCommand
    Implements IDisposable</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_Commands_PivotTables_PivotTableOptionsCommand_AllowMultipleFilters" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.AllowMultipleFilters">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.AllowMultipleFilters.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_AllowMultipleFilters">AllowMultipleFilters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether a PivotField can have multiple filters applied to it at the same time.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_AlternativeText" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.AlternativeText">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.AlternativeText.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_AlternativeText">AlternativeText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the descriptive (alternative) text string for the specified PivotTable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ColGrand" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ColGrand">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ColGrand.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ColGrand">ColGrand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value whether the PivotTable report shows grand totals for columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_CompactRowIndent" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.CompactRowIndent">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.CompactRowIndent.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_CompactRowIndent">CompactRowIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the indent increment for PivotItems when compact row layout form is turned on.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_DisplayErrorString" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.DisplayErrorString">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.DisplayErrorString.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_DisplayErrorString">DisplayErrorString</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set whether this PivotTable can display the error string.
<code>true</code>  if the PivotTable report displays a custom string in cells that contain error values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_DisplayFieldCaptions" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.DisplayFieldCaptions">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.DisplayFieldCaptions.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_DisplayFieldCaptions">DisplayFieldCaptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether filter buttons and <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> captions for rows and columns are displayed in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_DisplayNullString" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.DisplayNullString">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.DisplayNullString.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_DisplayNullString">DisplayNullString</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set whether this PivotTable can display the null string.
<code>true</code> if the PivotTable report displays a custom string in cells that contain null values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ErrorString" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ErrorString">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ErrorString.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ErrorString">ErrorString</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets a String value that represents the string displayed in cells that contain errors when the DisplayErrorString property is <code>true</code> .</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_FieldListSortAscending" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.FieldListSortAscending">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.FieldListSortAscending.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_FieldListSortAscending">FieldListSortAscending</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating the sort order of fields in the PivotTable Field List.
If FieldListSortAscending is set to <code>true</code> the fields are sorted in ascending order; otherwise, the fields are sorted in data source order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_HasAutoFormat" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.HasAutoFormat">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.HasAutoFormat.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_HasAutoFormat">HasAutoFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set a boolean value indicating  whether this PivotTable can have auto format.
<code>true</code>  if the PivotTable report is automatically formatted when it’s refreshed or when fields are moved.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_HideSubtotals" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.HideSubtotals">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.HideSubtotals.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_HideSubtotals">HideSubtotals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether the PivotTable's subtotals is hidden.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_InsertBlankLine" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.InsertBlankLine">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.InsertBlankLine.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_InsertBlankLine">InsertBlankLine</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_Commands_PivotTables_PivotTableOptionsCommand_MergeLabels" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.MergeLabels">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.MergeLabels.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_MergeLabels">MergeLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set a boolean value indicating  whether this PivotTable use merged-cell outer-row item, column item, subtotal, and grand total labels.
<code>true</code> 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_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_Name" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.Name.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set a string value representing the name of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_NullString" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.NullString">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.NullString.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_NullString">NullString</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets the string displayed in cells that contain null values when the DisplayNullString property is <code>true</code> .</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_PageFieldOrder" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.PageFieldOrder">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.PageFieldOrder.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_PageFieldOrder">PageFieldOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Spreadsheet.Printing.Order.html">Order</a> value indicating the order in which page fields are added to the PivotTable report's layout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_PageFieldWrapCount" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.PageFieldWrapCount">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.PageFieldWrapCount.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_PageFieldWrapCount">PageFieldWrapCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of page fields in each column or row in the PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_PrintDrillIndicators" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.PrintDrillIndicators">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.PrintDrillIndicators.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_PrintDrillIndicators">PrintDrillIndicators</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value whether drill indicators are printed with the PivotTable.
If PrintDrillIndicators is set to <code>true</code> the drill indicators are printed with the PivotTable; otherwise, drill indicators are not printed with the PivotTable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_RefreshOnFileOpen" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.RefreshOnFileOpen">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.RefreshOnFileOpen.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_RefreshOnFileOpen">RefreshOnFileOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the PivotTable cache is automatically updated each time the workbook is opened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_RepeatAllLabels" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.RepeatAllLabels">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.RepeatAllLabels.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_RepeatAllLabels">RepeatAllLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets repeat item labels for all PivotFields in the specified PivotTable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_RowAxisLayout" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.RowAxisLayout">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.RowAxisLayout.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_RowAxisLayout">RowAxisLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets setting layout options for all existing <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFields.html">IPivotFields</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_RowGrand" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.RowGrand">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.RowGrand.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_RowGrand">RowGrand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value whether the PivotTable report shows grand totals for rows.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_RowsColumnsGrand" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.RowsColumnsGrand">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.RowsColumnsGrand.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_RowsColumnsGrand">RowsColumnsGrand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value whether the PivotTable report shows grand totals for rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ShowDrillIndicators" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ShowDrillIndicators">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ShowDrillIndicators.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ShowDrillIndicators">ShowDrillIndicators</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating the display of drill indicators.
If ShowDrillIndicators is set to <code>true</code>, drill indicators will be displayed; otherwise, drill indicators will be hidden.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ShowSubtotalsAtTop" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ShowSubtotalsAtTop">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ShowSubtotalsAtTop.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ShowSubtotalsAtTop">ShowSubtotalsAtTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether the PivotTable's subtotals is showned at top.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ShowValuesRow" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ShowValuesRow">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ShowValuesRow.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ShowValuesRow">ShowValuesRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the values row is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_Summary" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.Summary">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.Summary.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_Summary">Summary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the description associated with the alternative text string for the specified PivotTable</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_Commands_PivotTables_PivotTableOptionsCommand_BeforeExecute_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.BeforeExecute(System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.BeforeExecute.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_BeforeExecute_System_Boolean_">BeforeExecute(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked before execute the command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ExecuteCore_GrapeCity_Spreadsheet_Commands_CommandResult__System_Boolean_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ExecuteCore(GrapeCity.Spreadsheet.Commands.CommandResult@,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ExecuteCore.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ExecuteCore_GrapeCity_Spreadsheet_Commands_CommandResult__System_Boolean_">ExecuteCore(ref CommandResult, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Executes this command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_SaveUndoStateCore" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.SaveUndoStateCore">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.SaveUndoStateCore.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_SaveUndoStateCore">SaveUndoStateCore()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the data for undoing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ToggleTableStyleBannedColumn_GrapeCity_Spreadsheet_PivotTables_IPivotTable_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ToggleTableStyleBannedColumn(GrapeCity.Spreadsheet.PivotTables.IPivotTable)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ToggleTableStyleBannedColumn.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ToggleTableStyleBannedColumn_GrapeCity_Spreadsheet_PivotTables_IPivotTable_">ToggleTableStyleBannedColumn(IPivotTable)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ToggleTableStyleBannedRow_GrapeCity_Spreadsheet_PivotTables_IPivotTable_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ToggleTableStyleBannedRow(GrapeCity.Spreadsheet.PivotTables.IPivotTable)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ToggleTableStyleBannedRow.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ToggleTableStyleBannedRow_GrapeCity_Spreadsheet_PivotTables_IPivotTable_">ToggleTableStyleBannedRow(IPivotTable)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ToggleTableStyleColumnHeaders_GrapeCity_Spreadsheet_PivotTables_IPivotTable_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ToggleTableStyleColumnHeaders(GrapeCity.Spreadsheet.PivotTables.IPivotTable)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ToggleTableStyleColumnHeaders.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ToggleTableStyleColumnHeaders_GrapeCity_Spreadsheet_PivotTables_IPivotTable_">ToggleTableStyleColumnHeaders(IPivotTable)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ToggleTableStyleRowHeaders_GrapeCity_Spreadsheet_PivotTables_IPivotTable_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ToggleTableStyleRowHeaders(GrapeCity.Spreadsheet.PivotTables.IPivotTable)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ToggleTableStyleRowHeaders.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_ToggleTableStyleRowHeaders_GrapeCity_Spreadsheet_PivotTables_IPivotTable_">ToggleTableStyleRowHeaders(IPivotTable)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_Undo_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.Undo(System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.Undo.html#GrapeCity_Spreadsheet_Commands_PivotTables_PivotTableOptionsCommand_Undo_System_Boolean_">Undo(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes this command.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
