# GrapeCity.Spreadsheet.PivotTables.IPivotField.GroupLevel

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_PivotTables_IPivotField_GroupLevel_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.GroupLevel*">GroupLevel Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_PivotTables_IPivotField_GroupLevel_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.GroupLevel*"></a>
<h4 id="GrapeCity_Spreadsheet_PivotTables_IPivotField_GroupLevel" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotField.GroupLevel">GroupLevel</h4>
<div class="markdown level1 summary"><p>Gets the placement of the specified field within a group of fields (if the field is a member of a grouped set of fields)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">int GroupLevel { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property GroupLevel As Integer</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_PivotTables_IPivotField_GroupLevel_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is not available for OLAP data sources. The highest-level parent field(leftmost parent field) is level one, its child is level two, and so on.</p>
</div>
</div>
