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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_Dialogs_PivotTable_PivotValueAsSettings__ctor_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.PivotTable.PivotValueAsSettings.#ctor*">PivotValueAsSettings Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_Dialogs_PivotTable_PivotValueAsSettings__ctor_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.PivotTable.PivotValueAsSettings.#ctor*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_Dialogs_PivotTable_PivotValueAsSettings__ctor_GrapeCity_Wpf_SpreadSheet_GcSpreadSheet_GrapeCity_Spreadsheet_PivotTables_IPivotField_GrapeCity_Spreadsheet_PivotTables_IPivotItem_GrapeCity_Spreadsheet_PivotTables_PivotFieldCalculation_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.PivotTable.PivotValueAsSettings.#ctor(GrapeCity.Wpf.SpreadSheet.GcSpreadSheet,GrapeCity.Spreadsheet.PivotTables.IPivotField,GrapeCity.Spreadsheet.PivotTables.IPivotItem,GrapeCity.Spreadsheet.PivotTables.PivotFieldCalculation)">PivotValueAsSettings(GcSpreadSheet, IPivotField, IPivotItem, PivotFieldCalculation)</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 PivotValueAsSettings(GcSpreadSheet spread, IPivotField field, IPivotItem pivotItem, PivotFieldCalculation calculation)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(spread As GcSpreadSheet, field As IPivotField, pivotItem As IPivotItem, calculation As PivotFieldCalculation)</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.IPivotField.html">IPivotField</a></td>
      <td><span class="parametername">field</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.PivotTables.IPivotItem.html">IPivotItem</a></td>
      <td><span class="parametername">pivotItem</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.PivotTables.PivotFieldCalculation.html">PivotFieldCalculation</a></td>
      <td><span class="parametername">calculation</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
