# GrapeCity.Spreadsheet.PivotTables.IPivotTable.Location

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_PivotTables_IPivotTable_Location_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotTable.Location*">Location Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_PivotTables_IPivotTable_Location_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotTable.Location*"></a>
<h4 id="GrapeCity_Spreadsheet_PivotTables_IPivotTable_Location" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotTable.Location">Location</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Spreadsheet.WorksheetReference.html">WorksheetReference</a> representing the top-left cell
of the specified PivotTable body.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">WorksheetReference Location { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property Location As WorksheetReference</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_PivotTables_IPivotTable_Location_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If a range reference is assigned, only its top-left cell is used
to determine the PivotTable location.</p>
</div>
</div>
