# GrapeCity.Spreadsheet.PivotTables.IPivotField.ParentField

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_PivotTables_IPivotField_ParentField_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.ParentField*">ParentField Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_PivotTables_IPivotField_ParentField_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.ParentField*"></a>
<h4 id="GrapeCity_Spreadsheet_PivotTables_IPivotField_ParentField" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.ParentField">ParentField</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IPivotField ParentField { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property ParentField As IPivotField</code></pre>
</div>
</div>
