# GrapeCity.Wpf.SpreadSheet.Dialogs.PivotTable.PivotTableTop10Filter.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_Dialogs_PivotTable_PivotTableTop10Filter__ctor_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.PivotTable.PivotTableTop10Filter.#ctor*">PivotTableTop10Filter Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_Dialogs_PivotTable_PivotTableTop10Filter__ctor_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.PivotTable.PivotTableTop10Filter.#ctor*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_Dialogs_PivotTable_PivotTableTop10Filter__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.PivotTable.PivotTableTop10Filter.#ctor">PivotTableTop10Filter()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PivotTableTop10Filter()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="GrapeCity_Wpf_SpreadSheet_Dialogs_PivotTable_PivotTableTop10Filter__ctor_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.PivotTable.PivotTableTop10Filter.#ctor*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_Dialogs_PivotTable_PivotTableTop10Filter__ctor_GrapeCity_Wpf_SpreadSheet_GcSpreadSheet_GrapeCity_Spreadsheet_PivotTables_IPivotTable_GrapeCity_Spreadsheet_PivotTables_IPivotField_GrapeCity_Spreadsheet_PivotTables_PivotFilterType_GrapeCity_Spreadsheet_PivotTables_IPivotFilter_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.PivotTable.PivotTableTop10Filter.#ctor(GrapeCity.Wpf.SpreadSheet.GcSpreadSheet,GrapeCity.Spreadsheet.PivotTables.IPivotTable,GrapeCity.Spreadsheet.PivotTables.IPivotField,GrapeCity.Spreadsheet.PivotTables.PivotFilterType,GrapeCity.Spreadsheet.PivotTables.IPivotFilter)">PivotTableTop10Filter(GcSpreadSheet, IPivotTable, IPivotField, PivotFilterType, IPivotFilter)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PivotTableTop10Filter(GcSpreadSheet spread, IPivotTable pivotTable, IPivotField pivotField, PivotFilterType type, IPivotFilter pivotFilter)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(spread As GcSpreadSheet, pivotTable As IPivotTable, pivotField As IPivotField, type As PivotFilterType, pivotFilter As IPivotFilter)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.html">GcSpreadSheet</a></td>
      <td><span class="parametername">spread</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a></td>
      <td><span class="parametername">pivotTable</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a></td>
      <td><span class="parametername">pivotField</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.PivotTables.PivotFilterType.html">PivotFilterType</a></td>
      <td><span class="parametername">type</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.PivotTables.IPivotFilter.html">IPivotFilter</a></td>
      <td><span class="parametername">pivotFilter</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
